mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 13:59:17 +00:00
* add query json plugin for experimentation * add some error handling * closer but Kind::Array is still horked * unravel the table so the output looks right * clippy * added the ability to use gjson modifiers
4 lines
56 B
Rust
4 lines
56 B
Rust
mod nu;
|
|
mod query_json;
|
|
|
|
pub use query_json::QueryJson;
|