awsebcli: add versionProgramArg

This commit is contained in:
Gaetan Lepage
2025-11-17 16:14:52 +00:00
parent c453877b50
commit 1746ec931d

View File

@@ -72,6 +72,7 @@ python.pkgs.buildPythonApplication rec {
pytestCheckHook
versionCheckHook
];
versionCheckProgramArg = "--version";
enabledTestPaths = [
"tests/unit"