feat: add device aliases

This commit is contained in:
Johan Siebens
2024-02-06 08:03:37 +01:00
parent b8b1075389
commit d8f0492940
+1 -1
View File
@@ -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,
}