rm old code notes
This commit is contained in:
parent
3b44a76cc4
commit
aa04e8c122
22
argv.go
22
argv.go
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue