diff options
| author | Jeff Carr <[email protected]> | 2025-03-04 13:34:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-04 13:34:56 -0600 |
| commit | aa04e8c122326b77431b6c5cfdd3b4ead2c67a33 (patch) | |
| tree | 1acddc307d1e7aa65fbb6f58702fb925480be714 /argv.go | |
| parent | 3b44a76cc4cddd6a8702b454d4a357f6773e3ab8 (diff) | |
rm old code notes
Diffstat (limited to 'argv.go')
| -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") |
