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-03 09:51:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3a38fb94f0
nushell
/
crates
/
nu-command
/
src
/
experimental
/
mod.rs
6 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Attempts to add a command that checks if nushell is running with admin priveleges (#5712) * attempts to add is-admin command * fmt and clippy * fmt * Update is_admin.rs * typos * typo in example
2022-06-06 13:55:23 +02:00
mod
is_admin
;
Allow viewing the source code of blocks (#894) * Add spans to blocks and view command * Better description; Cleanup * Rename "view" command to "view-source"
2022-01-30 23:05:25 +01:00
mod
view_source
;
moved commands
2021-09-29 20:25:05 +02:00
Attempts to add a command that checks if nushell is running with admin priveleges (#5712) * attempts to add is-admin command * fmt and clippy * fmt * Update is_admin.rs * typos * typo in example
2022-06-06 13:55:23 +02:00
pub
use
is_admin
::
IsAdmin
;
Allow viewing the source code of blocks (#894) * Add spans to blocks and view command * Better description; Cleanup * Rename "view" command to "view-source"
2022-01-30 23:05:25 +01:00
pub
use
view_source
::
ViewSource
;
Reference in New Issue
Copy Permalink