Browse Source

add EXPERIMENTAL to show that it is, in fact, EXPERIMENTAL

remotes/origin/add-with-shims
Gal Schlezinger 2 years ago
parent
commit
8aaa0b6f43
  1. 6
      src/commands/env.rs

6
src/commands/env.rs

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

Loading…
Cancel
Save