Skip to content

Conversation

@trueleo
Copy link
Contributor

@trueleo trueleo commented Oct 8, 2022

Description

Use kebab-case value placeholders in help/error messages.

example output:

error: The following required arguments were not provided:
  --username <username>
  --password <password>
  --s3-endpoint-url <url>
  --s3-access-key-id <access-key>
  --s3-secret-key <secret-key>
  --s3-region <region>
  --s3-bucket-name <bucket-name>

Usage: parseable --username <username> --password <password> --s3-endpoint-url <url> --s3-access-key-id <access-key> --s3-secret-key <secret-key> --s3-region <region> --s3-bucket-name <bucket-name>

For more information try '--help'

@nitisht nitisht merged commit 0a67dd5 into parseablehq:main Oct 8, 2022
@trueleo trueleo deleted the value_name branch October 9, 2022 13:20
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