diff options
| -rw-r--r-- | argv.template.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/argv.template.go b/argv.template.go index 801f9e6..1f827aa 100644 --- a/argv.template.go +++ b/argv.template.go @@ -30,6 +30,7 @@ func (args) ParseFlags() error { return err } +/* // add this funcgion: this will print the help func (args) WriteHelpForSubcommand() error { me.pp.WriteHelpForSubcommandArgv() @@ -50,6 +51,7 @@ func (args) WriteHelp() error { me.pp.WriteHelpArgv() return nil } +*/ func (args) InitGui() error { // panic("got here") |
