|
|
@ -26,10 +26,8 @@ pub struct Env { |
|
|
|
/// Print the script to change Node versions every directory change
|
|
|
|
/// Print the script to change Node versions every directory change
|
|
|
|
#[clap(long)] |
|
|
|
#[clap(long)] |
|
|
|
use_on_cd: bool, |
|
|
|
use_on_cd: bool, |
|
|
|
|
|
|
|
/// EXPERIMENTAL: Adds `node` shims to your PATH environment variable to allow you
|
|
|
|
/// Adds `node` shims to your PATH environment variable
|
|
|
|
/// to use `node` commands in your shell without rehashing.
|
|
|
|
/// to allow you to use `node` commands in your shell
|
|
|
|
|
|
|
|
/// without rehashing.
|
|
|
|
|
|
|
|
#[structopt(long)] |
|
|
|
#[structopt(long)] |
|
|
|
with_shims: bool, |
|
|
|
with_shims: bool, |
|
|
|
} |
|
|
|
} |
|
|
|