Skip to content

Commit

Permalink
thank you rony
Browse files Browse the repository at this point in the history
  • Loading branch information
naderkhalil committed Dec 14, 2023
1 parent 4f4be6e commit c924e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/ls/ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func NewCmdLs(t *terminal.Terminal, loginLsStore LsStore, noLoginLsStore LsStore
cmd := &cobra.Command{
Annotations: map[string]string{"context": ""},
Use: "ls",
Aliases: []string{"list"},
Short: "List instances within active org",
Long: "List instances within your active org. List all instances if no active org is set.",
Example: `
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func NewCmdShell(t *terminal.Terminal, store ShellStore, noLoginStartStore Shell
cmd := &cobra.Command{
Annotations: map[string]string{"ssh": ""},
Use: "shell",
Aliases: []string{"ssh"},
DisableFlagsInUseLine: true,
Short: "[beta] open a shell in your instance",
Long: openLong,
Expand Down

0 comments on commit c924e5b

Please sign in to comment.