mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:57:49 +02:00
@ -14,6 +14,7 @@ const GLOB_PARAMS: MatchOptions = MatchOptions {
|
||||
case_sensitive: true,
|
||||
require_literal_separator: true,
|
||||
require_literal_leading_dot: false,
|
||||
recursive_match_hidden_dir: true,
|
||||
};
|
||||
|
||||
#[derive(Clone)]
|
||||
|
Reference in New Issue
Block a user