forked from extern/nushell
question mark character can also be in glob patterns.
This commit is contained in:
@ -10,7 +10,7 @@ impl WholeStreamCommand for LS {
|
||||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("ls").optional("path", SyntaxType::Path)
|
||||
Signature::build("ls").optional("path", SyntaxType::Pattern)
|
||||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
|
Reference in New Issue
Block a user