func(cmd *Command, args []string) error
| 20 | ) |
| 21 | |
| 22 | type PositionalArgs func(cmd *Command, args []string) error |
| 23 | |
| 24 | // legacyArgs validation has the following behaviour: |
| 25 | // - root commands with no subcommands can take arbitrary arguments |
nothing calls this directly
no outgoing calls
no test coverage detected