nushell/crates/nu_plugin_gstat/src/lib.rs
Darren Schroeder c8b9913718
introducing gstat, a new command to get the git status (#443)
* 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;