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