diff options
| -rw-r--r-- | argv.go | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -116,28 +116,6 @@ forge -- a tool to git repos at go.wit.com ` } -/* - This supports GO projects so far. - It will work from ~/go/src or where your go.work file is. - Since I mostly use ~/go/src, that has been tested more. - -Examples: - forge # opens the GUI - forge list # show every repo state - forge dirty # check for dirty git repos - forge pull # run 'git pull' in every repo - forge checkout # switch git branches - - forge config add --private --path /opt/bob # add a private repo /opt/bob - forge config add --directory --writable \ - --gopath 'go.wit.com/user/bob' # directory contains r/w repos - forge config add --private --writeable \ - --gopath 'go.wit.com/user/bob/work' # a GO repo that can not be published - - ` -} -*/ - func (args) doBashHelpDebug() { fmt.Fprintln(os.Stderr, "") fmt.Fprintln(os.Stderr, "hello world") |
