mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-04-06 10:26:28 +00:00
chore: update README.md
This commit is contained in:
parent
1cf2e05a67
commit
128d9286ac
1 changed files with 11 additions and 11 deletions
16
README.md
16
README.md
|
@ -32,19 +32,19 @@ _**NOTE**_: The option `-p:PublishTrimmed=true` may produce some *warnings*. If
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
Usage: script-launcher [--extensions <String>] [--depth <Int32>] [--elevated] [--group] [--brief] [--help] [--version] directory
|
USAGE:
|
||||||
|
script-launcher <path> [OPTIONS]
|
||||||
|
|
||||||
Arguments:
|
ARGUMENTS:
|
||||||
0: directory Starting directory (Default: .)
|
<path> Starting directory (Default: .)
|
||||||
|
|
||||||
Options:
|
OPTIONS:
|
||||||
-x, --extensions <String> Comma separated list of script extensions
|
-h, --help Prints help information
|
||||||
-d, --depth <Int32> Search depth (Default: 1)
|
-x, --extensions Comma separated list of script extensions
|
||||||
|
-d, --depth Search depth
|
||||||
-e, --elevated Run with elevated privileges
|
-e, --elevated Run with elevated privileges
|
||||||
-g, --group Group scripts by folder
|
-g, --group Group scripts by folder
|
||||||
-b, --brief Show brief information
|
-b, --brief Show brief information
|
||||||
-h, --help Show help message
|
|
||||||
--version Show version
|
|
||||||
```
|
```
|
||||||
|
|
||||||
[CLI]: https://docs.microsoft.com/en-us/dotnet/core/tools/ ".NET CLI Docs"
|
[CLI]: https://docs.microsoft.com/en-us/dotnet/core/tools/ ".NET CLI Docs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue