nu-cli/completions: added completion for $nu (#5303)

This commit is contained in:
Herlon Aguiar
2022-04-23 01:49:17 +02:00
committed by GitHub
parent cc78446ffd
commit b9eb213f36
2 changed files with 45 additions and 1 deletions

View File

@ -11,6 +11,6 @@ pub use documentation::get_full_help;
pub use env::*;
pub use eval::{
eval_block, eval_call, eval_expression, eval_expression_with_input, eval_operator,
eval_subexpression,
eval_subexpression, eval_variable,
};
pub use glob_from::glob_from;