Home | History | Annotate | Download | only in go

Lines Matching refs:Commands

75 // Commands lists the available commands and help topics.
77 var commands = []*Command{
163 // In theory all the commands we invoke should have
175 for _, cmd := range commands {
201 The commands are:
306 tmpl(bw, usageTemplate, commands)
348 tmpl(&commentWriter{W: os.Stdout}, documentationTemplate, append([]*Command{usage}, commands...))
353 for _, cmd := range commands {
574 // "cmd" (standard commands), or a path including "...".