mirror of
https://github.com/nushell/nushell.git
synced 2025-03-03 01:42:09 +01:00
* attempts to add is-admin command * fmt and clippy * fmt * Update is_admin.rs * typos * typo in example
6 lines
92 B
Rust
6 lines
92 B
Rust
mod is_admin;
|
|
mod view_source;
|
|
|
|
pub use is_admin::IsAdmin;
|
|
pub use view_source::ViewSource;
|