nushell/crates/nu-cli/src/completions
JT c52d45cb97
Move from source to source-env (#6277)
* start working on source-env

* WIP

* Get most tests working, still one to go

* Fix file-relative paths; Report parser error

* Fix merge conflicts; Restore source as deprecated

* Tests: Use source-env; Remove redundant tests

* Fmt

* Respect hidden env vars

* Fix file-relative eval for source-env

* Add file-relative eval to "overlay use"

* Use FILE_PWD only in source-env and "overlay use"

* Ignore new tests for now

This will be another issue

* Throw an error if setting FILE_PWD manually

* Fix source-related test failures

* Fix nu-check to respect FILE_PWD

* Fix corrupted spans in source-env shell errors

* Fix up some references to old source

* Remove deprecation message

* Re-introduce deleted tests

Co-authored-by: kubouch <kubouch@gmail.com>
2022-09-01 08:32:56 +12:00
..
base.rs Add MatchAlgorithm for completion suggestions (#5244) 2022-04-23 10:01:19 -05:00
command_completions.rs default to file completion after first command, add command option for completions (#6257) 2022-08-24 22:46:00 +03:00
completer.rs Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
completion_options.rs Update path completions to handle spaces (#5419) 2022-05-03 12:37:38 +12:00
custom_completions.rs feat: external completions for commands/flags (#6295) 2022-08-22 21:38:51 +03:00
directory_completions.rs nu-cli/completions: verify case for matching dir, .nu, file and command (#5506) 2022-05-11 16:16:52 -05:00
dotnu_completions.rs nu-cli/completions: verify case for matching dir, .nu, file and command (#5506) 2022-05-11 16:16:52 -05:00
file_completions.rs nu-cli/completions: verify case for matching dir, .nu, file and command (#5506) 2022-05-11 16:16:52 -05:00
flag_completions.rs Don't resuggest accepted completions (#5369) 2022-05-02 11:35:37 +02:00
mod.rs Update path completions to handle spaces (#5419) 2022-05-03 12:37:38 +12:00
variable_completions.rs cleanup $config as a built-in (#5852) 2022-06-22 13:13:03 -05:00