just icon indicating copy to clipboard operation
just copied to clipboard

Integrate `clap_complete_nushell`

Open casey opened this issue 1 year ago • 0 comments

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 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.

casey avatar Jun 10 '24 18:06 casey