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

Show correct help and version #72

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

ymtdzzz
Copy link
Owner

@ymtdzzz ymtdzzz commented Jun 18, 2024

closes: #71

Test

Tested by pushing temporary tag and execute the released binary (v0.1.1).

$ ./otel-tui --help
Usage:
  otel-tui [flags]

Flags:
      --grpc int      The port number on which we listen for OTLP grpc payloads (default 4317)
  -h, --help          help for otel-tui
      --host string   The host where we expose our all endpoints (OTLP receivers and browser) (default "0.0.0.0")
      --http int      The port number on which we listen for OTLP http payloads (default 4318)
  -v, --version       version for otel-tui
$ ./otel-tui --version
otel-tui version 0.1.1

@ymtdzzz ymtdzzz self-assigned this Jun 18, 2024
@ymtdzzz ymtdzzz force-pushed the chore/correct_help_version_output branch from 9fd0913 to aed5a69 Compare June 18, 2024 07:14
@ymtdzzz ymtdzzz merged commit a67f189 into main Jun 18, 2024
4 checks passed
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.

Show correct version and command name
1 participant