bashly
bashly copied to clipboard
Bash command line framework and CLI generator
### Description Right now if we do: ``` cli --help ``` We get a list of the commands. And if we then do: ``` cli command --help ``` We get...
tebako
hi @DannyBen im finally following up on this: https://github.com/DannyBen/bashly/discussions/541 i thought about this again and tried it out once more, and it seems to be somewhat working? i dont really...
## Feature Request Currently, the `wrap` method in `lib/bashly/extensions/string.rb` uses a hardcoded 80-character width: ```ruby def wrap(length = 80) ``` This causes all help text (descriptions, examples, etc.) to be...
cc #687 Changes: - `String#wrap` no longer has a default value of 80 (it was never used by anyone) - Settings now has a new `word_wrap` option, defaults to 80...
I would like to be able to include certain parts of the code only in development/production environment. The idea resembles how a C compiler's preprocessor uses #ifdef sections. I know...
This is a live issue that lists future breaking changes that we might want to implement when releasing the next major version. 1. Rename `Settings.enable_bash3_bouncer` to `Settings.enable_old_bash_bouncer` since we are...