2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/crates/nu_plugin_query/src
Devyn Cairns 78be67f0c6
Support for getting help text from a plugin command ()
# 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
2024-03-24 07:30:38 +08:00
..
lib.rs Reorganize plugin API around commands () 2024-03-14 16:40:02 -05:00
main.rs Add support for engine calls from plugins () 2024-03-09 11:26:30 -06:00
query.rs Support for getting help text from a plugin command () 2024-03-24 07:30:38 +08:00
query_json.rs Better generic errors for plugins (and perhaps scripts) () 2024-03-21 12:27:21 +01:00
query_web.rs Better generic errors for plugins (and perhaps scripts) () 2024-03-21 12:27:21 +01:00
query_xml.rs Better generic errors for plugins (and perhaps scripts) () 2024-03-21 12:27:21 +01:00
web_tables.rs update query web wiki example () 2024-02-02 09:03:28 -06:00