Rodrey
Results
2
comments of
Rodrey
Thanks @marckhouzam. So to clarify, `Args` is a `PositionalArgs` which is a function for validating arguments. If that's not set, it means then there's no need to check the actual...
Just to add a bit more context into this, I encountered this issue while trying to test my code: ``` cmd := CreateCmd() cmd.SetArgs(nil) //set stdout, stderr, etc cmd.Execute() ```...