mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:05:03 +02:00
Merge branch 'main' of https://github.com/nushell/engine-q into source-command
This commit is contained in:
@ -17,7 +17,7 @@ impl Command for Source {
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("source").required(
|
||||
"filename",
|
||||
SyntaxShape::FilePath,
|
||||
SyntaxShape::Filepath,
|
||||
"the filepath to the script file to source",
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user