pacak / bpaf

Command line parser with applicative interface
336 stars 17 forks source link

Fix syntax error in Bash completion #311

Closed akinomyoga closed 10 months ago

akinomyoga commented 10 months ago

The completion settings output by this library contains a syntax error. This was originally reported in https://github.com/akinomyoga/ble.sh/issues/368 for the completion setting for the chezmoi_modify_manager command.

pacak commented 10 months ago

Thank you for the report and the fix. I need to work harder on my tests. I'll try to publish a new version with this included today/tomorrow.

akinomyoga commented 10 months ago

Thank you!