Lines Matching defs:Command
43 type Command struct { struct
44 workspace workspace.Workspace
51 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 {
179 func (c Command) editProject(args []string) error {
196 func (c Command) Handle(args []string) error {