This website requires JavaScript.
Explore
Help
Sign In
holm
/
nushell
Watch
1
Star
1
Fork
0
You've already forked nushell
forked from
extern/nushell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
eb55fd2383
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