rm old code notes

This commit is contained in:
Jeff Carr 2025-03-04 13:34:56 -06:00
parent 3b44a76cc4
commit aa04e8c122
1 changed files with 0 additions and 22 deletions

22
argv.go
View File

@ -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")