ExecuteHostCommand & current line buffer usage #423
Labels
A-API
Area: Changes to the consumer facing API
A-Events
Area: Handling of incoming events (e.g. desired keypress not registered)
enhancement
New feature or request
Hello,
is it possible to use the immediate contents of the line buffer inside of
ReedlineEvent::ExecuteHostCommand
when keybinding is used?Not sure if using API is appropriate for this use-case:
User:
hello --address
help hello --address
Is above possible either via keybinding declaration & it's command parameter, or other approach?
Explanation:
reedline
together withclap
crate in REPL mode(clap's
try_parse_from()
insterad of from building from env on binary execution)clap
's ability to provide extensive & automatic help sub-commands that typically come "free" with itsCommand
/Subcommand
typesThe text was updated successfully, but these errors were encountered: