Args returns the non-flag arguments.
()
| 834 | |
| 835 | // Args returns the non-flag arguments. |
| 836 | func (f *FlagSet) Args() []string { return f.args } |
| 837 | |
| 838 | // Args returns the non-flag command-line arguments. |
| 839 | func Args() []string { return CommandLine.args } |
no outgoing calls