Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove empty line which breaks the help message description #1658

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

tillrohrmann
Copy link
Contributor

Remove empty line which breaks the help message description. W/ the empty line the output is:

Options:
  -v, --verbose...                         Increase logging verbosity
  -q, --quiet...                           Decrease logging verbosity
      --table-style <TABLE_STYLE>          Which table output style to use [default: compact] [possible values: compact, borders]
  -y, --yes                                Auto answer "yes" to confirmation prompts
      --connect-timeout <CONNECT_TIMEOUT>  Connection timeout for network calls, in milliseconds [default: 5000]
      --request-timeout <REQUEST_TIMEOUT>  Overall request timeout for network calls, in milliseconds [default: 13000]
  -e, --environment <ENVIRONMENT>          Environment to select from the config file. Environment is read from these sources in order of precedence:
  -h, --help                               Print help (see more with '--help')

W/o the empty line, the output is:

Options:
  -v, --verbose...                         Increase logging verbosity
  -q, --quiet...                           Decrease logging verbosity
      --table-style <TABLE_STYLE>          Which table output style to use [default: compact] [possible values: compact, borders]
  -y, --yes                                Auto answer "yes" to confirmation prompts
      --connect-timeout <CONNECT_TIMEOUT>  Connection timeout for network calls, in milliseconds [default: 5000]
      --request-timeout <REQUEST_TIMEOUT>  Overall request timeout for network calls, in milliseconds [default: 13000]
  -e, --environment <ENVIRONMENT>          Environment to select from the config file. Environment is read from these sources in order of precedence:
                                               1. This command line argument
                                               2. $RESTATE_ENVIRONMENT
                                               3. The file $RESTATE_CLI_CONFIG_HOME/environment (default: $HOME/.config/restate/environment)
                                           If none of these are provided, the 'local' environment is used, pointing to an instance running locally.
  -h, --help                               Print help (see more with '--help')

@tillrohrmann tillrohrmann merged commit 6f961f3 into restatedev:main Jun 25, 2024
3 checks passed
@tillrohrmann tillrohrmann deleted the fix-cli-env-help branch June 25, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants