Skip to content

Commit

Permalink
Mark codespace a core command
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 25, 2021
1 parent 31ba2ea commit a843cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/root/root.go
Expand Up @@ -136,6 +136,7 @@ func newCodespaceCmd(f *cmdutil.Factory) *cobra.Command {
cmd := codespaceCmd.NewRootCmd(app)
cmd.Use = "codespace"
cmd.Aliases = []string{"cs"}
cmd.Annotations = map[string]string{"IsCore": "true"}
return cmd
}

Expand Down

0 comments on commit a843cbd

Please sign in to comment.