bashly icon indicating copy to clipboard operation
bashly copied to clipboard

Bash command line framework and CLI generator

Results 6 bashly issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

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...

enhancement

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...

enhancement

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...

breaking-change