forked from extern/nushell
Allow having only one env conversion (#548)
Allows setting only `from_string` or `to_string` in `env_conversions` config. Previously, both were required.
This commit is contained in:
2
crates/nu-command/src/env/env_command.rs
vendored
2
crates/nu-command/src/env/env_command.rs
vendored
@ -12,7 +12,7 @@ impl Command for Env {
|
||||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Display current environment"
|
||||
"Display current environment variables"
|
||||
}
|
||||
|
||||
fn signature(&self) -> nu_protocol::Signature {
|
||||
|
Reference in New Issue
Block a user