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-03-02 01:11:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3b5172a8fa
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