Skip to content

Commit

Permalink
add run alias for exec
Browse files Browse the repository at this point in the history
  • Loading branch information
kla committed Sep 8, 2024
1 parent 4351d63 commit 1f3d032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ program.command('edit')
})

program.command('exec')
.alias('run')
.argument('<name>', 'Name of application')
.argument('<command>', 'Command to execute. Use "--" before your command if it has more than one word.')
.option('-s, --service <name>', 'Name of service to act on')
Expand Down

0 comments on commit 1f3d032

Please sign in to comment.