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 {
/// 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,
} }

Loading…
Cancel
Save