Bubble up errors passed to complete (#11313)

Errors passed in `PipelineData::Value` get thrown in `complete` now.

Also added two simple tests for the command.

Fix #11187
Fix #10204
This commit is contained in:
Andrej Kolchin
2023-12-16 15:07:08 +00:00
committed by GitHub
parent 7d5bd0d6be
commit 020e121391
3 changed files with 20 additions and 0 deletions

View File

@ -7,6 +7,7 @@ mod break_;
mod cal;
mod cd;
mod compact;
mod complete;
mod config_env_default;
mod config_nu_default;
mod continue_;