mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-10 05:49:40 +00:00
Add run aliases
This commit is contained in:
parent
9aedd1d496
commit
baa25bcb45
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ pub struct Cli {
|
|||
#[derive(Subcommand)]
|
||||
pub enum Command {
|
||||
/// Run a script in package.json
|
||||
#[command(aliases = ["rum", "urn", "run-script"])]
|
||||
Run {
|
||||
/// The name of the script to run
|
||||
script_name: Option<String>,
|
||||
|
|
Loading…
Reference in a new issue