This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-01-04 01:09:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
11bdab7e61
nushell
/
crates
/
nu-command
/
src
/
experimental
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
..
is_admin.rs
Change instances of
Value::string("foo", Span::test_data())
to
Value::test_string("foo")
(
#7592
)
2022-12-24 10:25:38 +01:00
mod.rs
Attempts to add a command that checks if nushell is running with admin priveleges (
#5712
)
2022-06-06 06:55:23 -05:00
view_source.rs
Change instances of
Value::string("foo", Span::test_data())
to
Value::test_string("foo")
(
#7592
)
2022-12-24 10:25:38 +01:00