mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
78be67f0c6
# Description There wasn't really a good way to implement a command group style (e.g. `from`, `query`, etc.) command in the past that just returns the help text even if `--help` is not passed. This adds a new engine call that just does that. This is actually something I ran into before when developing the dbus plugin, so it's nice to fix it. # User-Facing Changes # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting - [ ] Document `GetHelp` engine call in proto |
||
---|---|---|
.. | ||
lib.rs | ||
main.rs | ||
query.rs | ||
query_json.rs | ||
query_web.rs | ||
query_xml.rs | ||
web_tables.rs |