mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 03:44:19 +01:00
1867bb1a88
# Description
Possible fix of #11456
This PR fixes a bug where builtin commands did not respect the logic of
dynamically passed boolean flags. The reason is
[has_flag](
|
||
---|---|---|
.. | ||
deparse.rs | ||
flatten.rs | ||
known_external.rs | ||
lex.rs | ||
lib.rs | ||
lite_parser.rs | ||
parse_keywords.rs | ||
parse_patterns.rs | ||
parse_shape_specs.rs | ||
parser_path.rs | ||
parser.rs | ||
type_check.rs |