Skip to content

Commit baf1d52

Browse files
committed
rofl: Add topup alias for top-up
1 parent 9b1e3d7 commit baf1d52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/rofl/machine/mgmt.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ var (
188188
topUpCmd = &cobra.Command{
189189
Use: "top-up [<machine-name> | <provider-address>:<machine-id>]",
190190
Short: "Top-up payment for a machine",
191+
Aliases: []string{"topup"},
191192
Args: cobra.MaximumNArgs(1),
192193
Run: func(_ *cobra.Command, args []string) {
193194
txCfg := common.GetTransactionConfig()

0 commit comments

Comments
 (0)