mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Enable syntax/completions for source (#3589)
This commit is contained in:
@ -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",
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user