"CLI Mate" autogenerates CLIs from structs / functions (nested subcommands, global / local flags, help generation, typo suggestions, shell completion etc.)
147
stars
3
forks
source link
Investigate if TestCLI can check for parallel tests #29
Open
avamsi opened 1 year ago
Parallel tests would be error prone due to the global state change of args, stdout and stderr -- we could try to panic similar to testing (setenv).