parasyte / onlyargs

Only argument parsing! Nothing more.
MIT License
13 stars 2 forks source link

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

Closed parasyte closed 1 year ago

parasyte commented 1 year ago

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.