1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-11 20:05:25 +02:00
Files
nushell/crates/nu_plugin_gstat/src/lib.rs
Darren Schroeder c8b9913718 introducing gstat, a new command to get the git status ()
* wip - preliminary checking

* updated to latest pluging

* i think it's all working now, except bare words

* clippy
2021-12-06 11:28:11 -06:00

5 lines
42 B
Rust

mod gstat;
mod nu;
pub use gstat::GStat;