diff --git a/docs/usage.md b/docs/usage.md index 0be3758..6e9ffe8 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -4,53 +4,16 @@ ```console $ ghalint help -NAME: - ghalint - GitHub Actions linter - -USAGE: - ghalint [global options] command [command options] [arguments...] - -VERSION: - () - -COMMANDS: - run lint GitHub Actions Workflows - run-action, act lint actions - version Show version - help, h Shows a list of commands or help for one command - -GLOBAL OPTIONS: - --log-color value log color. auto(default)|always|never [$GHALINT_LOG_COLOR] - --log-level value log level [$GHALINT_LOG_LEVEL] - --config value, -c value configuration file path [$GHALINT_CONFIG] - --help, -h show help - --version, -v print the version ``` ## ghalint run ```console $ ghalint help run -NAME: - ghalint run - lint GitHub Actions Workflows - -USAGE: - ghalint run [command options] [arguments...] - -OPTIONS: - --help, -h show help ``` ## ghalint run-action ```console $ ghalint help run-action -NAME: - ghalint run-action - lint actions - -USAGE: - ghalint run-action [command options] [arguments...] - -OPTIONS: - --help, -h show help ```