mirror of
https://github.com/nushell/nushell
synced 2024-12-28 22:13:10 +00:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
14 lines
228 B
Markdown
14 lines
228 B
Markdown
# source
|
|
Runs a script file in the current context.
|
|
|
|
## Usage
|
|
```shell
|
|
> source <filename> {flags}
|
|
```
|
|
|
|
## Parameters
|
|
* `<filename>` the filepath to the script file to source
|
|
|
|
## Flags
|
|
* -h, --help: Display this help message
|
|
|