mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:35:56 +02:00
nu-cli/completions: completion for use and source (#5210)
* nu-cli/completions: completion for use and source * handle subfolders for different base dirs * fix clippy errors
This commit is contained in:
@ -12,6 +12,7 @@ pub use flatten::{flatten_block, flatten_expression, flatten_pipeline, FlatShape
|
||||
pub use known_external::KnownExternal;
|
||||
pub use lex::{lex, Token, TokenContents};
|
||||
pub use lite_parse::{lite_parse, LiteBlock};
|
||||
pub use parse_keywords::*;
|
||||
|
||||
pub use parser::{
|
||||
is_math_expression_like, parse, parse_block, parse_duration_bytes, parse_external_call,
|
||||
|
Reference in New Issue
Block a user