mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:55:36 +02:00
Parse key=value named flag support. (#3515)
This commit is contained in:
committed by
GitHub
parent
bff81f24aa
commit
6fdfc84904
@ -4,6 +4,7 @@ extern crate derive_is_enum_variant;
|
||||
extern crate derive_new;
|
||||
|
||||
mod errors;
|
||||
mod flag;
|
||||
mod lex;
|
||||
mod parse;
|
||||
mod path;
|
||||
|
Reference in New Issue
Block a user