Fix deprecation warnings in ERB Switch deploy to GitHub Actions
-
Fix completions for string enums, only complete a single arg, rather than multiple args.
-
Don't put = when option is a boolean
Move completion:
option into a new fylla:
hash option to allow for expanding the
features of fylla.
Modify the zsh_completion
feature to generate completion for enum:
options.
- By default it will remove duplicate matches when completing
Add new filter:
option into fylla:
in order to allow not removing duplicate
matches when completing enum:
options
Fix null descriptions causing parsing failures 2.0 (\
didn't work, trying '"'"'
)
Fix null descriptions causing parsing failures
Small bug when the descriptions contain single or double quotes (in zsh)
Add completion:
option for option
hash. Specify this if
desc
or banner
are not providing desired completion text
- add bash completion generation
- add code coverage metrics
Initial version of Fylla
- add zsh completion generation
- add zsh tests
- add rubocop formatting
- add yard documentation