forked from extern/nushell
b8d253cbd7
* 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;
|