Searched defs:Command (Results 1 – 4 of 4) sorted by relevance
43 type Command struct { struct44 workspace workspace.Workspace51 func (c Command) addCodebase(args []string) error {67 func (c Command) defaultCodebase(args []string) error {81 func (c Command) listCodebases() {96 func (c Command) removeCodebase(args []string) error {111 func (c Command) createWorkspace(args []string) error {140 func (c Command) recreateWorkspace(args []string) error {156 func (c Command) listWorkspaces() {164 func (c Command) removeWorkspace(args []string) error {[all …]
101 ### Configuration Files128 ### Test Class
50 enum Command { enum
643 def Command(self, command): member in Device