You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current nushell completion script, in src/completions.rsNUSHELL_COMPLETION_SCRIPT only completes recipe names. We should integrate clap_complete_nushell, so we can also complete flags and other arguments. Note that clap_complete_nushell doesn't complete recipe names, so the output script will have to be modified in order to also complete recipe names.
The text was updated successfully, but these errors were encountered:
The current nushell completion script, in
src/completions.rs
NUSHELL_COMPLETION_SCRIPT
only completes recipe names. We should integrate clap_complete_nushell, so we can also complete flags and other arguments. Note thatclap_complete_nushell
doesn't complete recipe names, so the output script will have to be modified in order to also complete recipe names.The text was updated successfully, but these errors were encountered: