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 ## 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"