Home
last modified time | relevance | path

Searched defs:CmdUsage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/script/
Dengine.go107 type CmdUsage struct { struct
108 Summary string // in the style of the Name section of a Unix 'man' page, omitting the name
109 Args string // a brief synopsis of the command's arguments (only)
110 …il []string // zero or more sentences in the style of the Description section of a Unix 'man' page
114 Async bool
123 RegexpArgs func(rawArgs ...string) []int
Dcmds.go58 func Command(usage CmdUsage, run func(*State, ...string) (WaitFunc, error)) Cmd {