From 128d9286acb2b45fcf6882b7182d93d769688b96 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Sat, 15 Oct 2022 13:06:19 +0200 Subject: [PATCH] chore: update `README.md` --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 428a902..2089197 100644 --- a/README.md +++ b/README.md @@ -32,19 +32,19 @@ _**NOTE**_: The option `-p:PublishTrimmed=true` may produce some *warnings*. If ## Usage ```sh -Usage: script-launcher [--extensions ] [--depth ] [--elevated] [--group] [--brief] [--help] [--version] directory +USAGE: + script-launcher [OPTIONS] -Arguments: - 0: directory Starting directory (Default: .) +ARGUMENTS: + Starting directory (Default: .) -Options: - -x, --extensions Comma separated list of script extensions - -d, --depth Search depth (Default: 1) - -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 +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 ``` [CLI]: https://docs.microsoft.com/en-us/dotnet/core/tools/ ".NET CLI Docs"