This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2025-06-06 01:56:54 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nushell
/
crates
/
nu-command
/
src
/
env
History
Leon
11bdab7e61
Change instances of
Value::string("foo", Span::test_data())
to
Value::test_string("foo")
(
#7592
)
2022-12-24 10:25:38 +01:00
..
config
Add more input/output type annotations (
#7532
)
2022-12-21 20:20:46 +01:00
env_command.rs
Add more input/output type annotations (
#7532
)
2022-12-21 20:20:46 +01:00
export_env.rs
Change instances of
Value::string("foo", Span::test_data())
to
Value::test_string("foo")
(
#7592
)
2022-12-24 10:25:38 +01:00
let_env.rs
Add more input/output type annotations (
#7532
)
2022-12-21 20:20:46 +01:00
load_env.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (
#7217
)
2022-12-23 01:48:53 -05:00
mod.rs
Move from
source
to
source-env
(
#6277
)
2022-09-01 08:32:56 +12:00
source_env.rs
Remove shape-directed import pattern parsing (
#7570
)
2022-12-22 16:36:13 +02:00
with_env.rs
Remove unnecessary
echo
uses from examples (
#7500
)
2022-12-16 11:51:00 -05:00