Add run aliases

This commit is contained in:
SkyfallWasTaken 2024-07-10 18:13:11 +01:00
parent 9aedd1d496
commit baa25bcb45

View file

@ -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>,