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

Fix padding on #[long] args in help text. #7

Merged
merged 1 commit into from
Apr 13, 2023
Merged

Conversation

parasyte
Copy link
Owner

@parasyte parasyte commented Apr 13, 2023

Example before:

Flags:
  -h --help     Show this help message.
  -V --version  Show the application version.
  -v --verbose  Enable verbose output.

Options:
  --update-fpga PATH             Update FPGA Firmware.
  --update-wifi PATH             Update WiFi Firmware.

After:

Flags:
  -h --help     Show this help message.
  -V --version  Show the application version.
  -v --verbose  Enable verbose output.

Options:
  --update-fpga PATH  Update FPGA Firmware.
  --update-wifi PATH  Update WiFi Firmware.

@parasyte parasyte merged commit 8f9c346 into main Apr 13, 2023
@parasyte parasyte deleted the fix/padding-long-args branch April 13, 2023 01:29
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.

1 participant