nushell/crates
Jason Gedge 8f568f4fc5
Support completions for a single hyphen argument. (#2388)
The parser sees this as a positional argument, but when requesting completions
this could be either a filename that starts with a hyphen, or it could be a
flag. This expands the completion engine's interface to return a vec of possible
completion locations instead of an optional one, because we want to show all
possibilities instead of assuming one or the either.
2020-08-21 21:26:47 -04:00
..
nu_plugin_binaryview Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_fetch Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_from_bson Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_from_sqlite Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_inc Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_match Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_post Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_ps Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_s3 Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_start Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_sys Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_textview Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
nu_plugin_to_bson Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_to_sqlite Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu_plugin_tree Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu-cli Support completions for a single hyphen argument. (#2388) 2020-08-21 21:26:47 -04:00
nu-data Add text_color and line_color for table theming (#2378) 2020-08-20 11:03:56 -05:00
nu-errors Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu-parser Add method to convert ClassifiedBlock into completion locations. (#2316) 2020-08-21 15:37:51 -04:00
nu-plugin Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu-protocol Sleep command (#2381) 2020-08-22 05:51:29 +12:00
nu-source Add method to convert ClassifiedBlock into completion locations. (#2316) 2020-08-21 15:37:51 -04:00
nu-table Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu-test-support Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
nu-value-ext Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00