chore: update README.md

This commit is contained in:
Marcello 2022-10-15 13:06:19 +02:00
parent 1cf2e05a67
commit 128d9286ac

View file

@ -32,19 +32,19 @@ _**NOTE**_: The option `-p:PublishTrimmed=true` may produce some *warnings*. If
## Usage
```sh
Usage: script-launcher [--extensions <String>] [--depth <Int32>] [--elevated] [--group] [--brief] [--help] [--version] directory
USAGE:
script-launcher <path> [OPTIONS]
Arguments:
0: directory Starting directory (Default: .)
ARGUMENTS:
<path> Starting directory (Default: .)
Options:
-x, --extensions <String> Comma separated list of script extensions
-d, --depth <Int32> Search depth (Default: 1)
OPTIONS:
-h, --help Prints help information
-x, --extensions Comma separated list of script extensions
-d, --depth Search depth
-e, --elevated Run with elevated privileges
-g, --group Group scripts by folder
-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"