PrintDefaults prints to standard error the default values of all defined command-line flags.
()
| 783 | |
| 784 | // PrintDefaults prints to standard error the default values of all defined command-line flags. |
| 785 | func PrintDefaults() { |
| 786 | CommandLine.PrintDefaults() |
| 787 | } |
| 788 | |
| 789 | // defaultUsage is the default function to print a usage message. |
| 790 | func defaultUsage(f *FlagSet) { |