nushell/crates/nu-cli/tests
Herlon Aguiar 646aace05b
feat: external completions for commands/flags (#6295)
* wip

* wip

* cleanup

* error message

* cleanup

* cleanup

* fix clippy

* add test

* fix span

* cleanup

* cleanup

* cleanup

* fixed completion

* push char

* wip

* small fixes

* fix remove last span

* fmt

* cleanup

* fixes + more tests

* fix test

* only complete for commands

* also complete flags

* change decl_id to block_id

* use nu completion first

* fix test

* ignore test

* update config section
2022-08-22 21:38:51 +03:00
..
support Fix short-flag completion (#6067) 2022-07-17 07:46:40 -05:00
alias.rs Clippy and remove unused is_binary (#5879) 2022-06-26 08:20:28 +12:00
custom_completions.rs Fix short-flag completion (#6067) 2022-07-17 07:46:40 -05:00
dotnu_completions.rs nu-cli/completions: add custom completion test (#5543) 2022-05-14 15:09:41 -05:00
external_completions.rs feat: external completions for commands/flags (#6295) 2022-08-22 21:38:51 +03:00
file_completions.rs Fix short-flag completion (#6067) 2022-07-17 07:46:40 -05:00
flag_completions.rs Add --directory (-D) flag to ls, list the directory itself instead of its contents (#5970) 2022-07-08 14:15:34 -05:00
folder_completions.rs nu-cli/completions: add custom completion test (#5543) 2022-05-14 15:09:41 -05:00
variables_completions.rs Support completion for alias and sub-command (#5749) 2022-06-10 12:59:15 -05:00