Skip to content

Commit

Permalink
feat: add device aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiebens committed Feb 6, 2024
1 parent b8b1075 commit d8f0492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
func machineCommands() *cobra.Command {
command := &cobra.Command{
Use: "machines",
Aliases: []string{"machine"},
Aliases: []string{"machine", "devices", "device"},
Short: "Manage ionscale machines",
SilenceUsage: true,
}
Expand Down

0 comments on commit d8f0492

Please sign in to comment.