We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1e3d7 commit f6c347aCopy full SHA for f6c347a
1 file changed
cmd/rofl/machine/mgmt.go
@@ -186,9 +186,10 @@ var (
186
}
187
188
topUpCmd = &cobra.Command{
189
- Use: "top-up [<machine-name> | <provider-address>:<machine-id>]",
190
- Short: "Top-up payment for a machine",
191
- Args: cobra.MaximumNArgs(1),
+ Use: "top-up [<machine-name> | <provider-address>:<machine-id>]",
+ Short: "Top-up payment for a machine",
+ Aliases: []string{"topup"},
192
+ Args: cobra.MaximumNArgs(1),
193
Run: func(_ *cobra.Command, args []string) {
194
txCfg := common.GetTransactionConfig()
195
0 commit comments