Enable syntax/completions for source (#3589)

This commit is contained in:
JT
2021-06-10 09:01:40 +12:00
committed by GitHub
parent 383e874166
commit e8dfd4ba39
3 changed files with 43 additions and 33 deletions

View File

@ -21,7 +21,7 @@ impl WholeStreamCommand for Source {
fn signature(&self) -> Signature {
Signature::build("source").required(
"filename",
SyntaxShape::String,
SyntaxShape::FilePath,
"the filepath to the script file to source",
)
}