diff options
| -rw-r--r-- | doDev.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,6 +48,5 @@ func doDev() (string, error) { return "build ok", nil } - footer := me.forge.Repos.PrintDefaultTB() - return "jwc " + footer, nil + return "no dev subcommand", nil } |
