eroshenkoam / allure-testops-utils

13 stars 6 forks source link

no command match for backup-testcases #40

Open cheshi-mantu opened 7 months ago

cheshi-mantu commented 7 months ago
gogi@egors:/opt/testops-utils-b-and-r$ ./tc-backup.sh 
Exception in thread "main" picocli.CommandLine$UnmatchedArgumentException: Unmatched argument at index 0: 'backup-testcases'
        at picocli.CommandLine$Interpreter.validateConstraints(CommandLine.java:11210)
        at picocli.CommandLine$Interpreter.parse(CommandLine.java:11190)
        at picocli.CommandLine$Interpreter.parse(CommandLine.java:11067)
        at picocli.CommandLine.parseArgs(CommandLine.java:1311)
        at io.github.eroshenkoam.allure.AllureTestOpsUtils.main(AllureTestOpsUtils.java:9)
image