easyoptions icon indicating copy to clipboard operation
easyoptions copied to clipboard

Easy option parsing for Ruby and Bash.

Results 11 easyoptions issues
Sort by recently updated
recently updated
newest added

As stated here: https://www.cyberciti.biz/tips/finding-bash-perl-python-portably-using-env.html ... I've updated its shebang to make the script portable.

Hello I needed easyoptions to parse documentation on bash sourced scripts for additional options. So I added a variable `$easyoptions_include` to the Bash implementation. _(You can see it in the...

It would be nice if someone tried to claim a new ruby gem for this, as most forks just float around on GitHub with no chance of being merged. Renato...

OSX use its own sed etc. Without install gnu sed, the script could not run. It is a good product. I really hope I can have it on OSX without...

A line such as the following is not handled by EasyOptions: ``` ## @script.name --set=switch-applications-backward "'Tab', 'Tab'" ``` It fails with the error message `/home/carlerik/dev/dotfiles/utils/scripts/easyoptions.sh: line 45: Super: No such...

From what I understand, easyoptions follows the same principle as docopt: describe your scripts options in the help text and let easyoptions create the parser for the script. Unfortunately easyoptions...

When using the script with in some situations, we dont have control over the values passed to arguments (e.g: zabbix user parameters. If user pass a empty parameter, zabbix will...

```` Consider following doc chunk (">" is tabs and "." is spaces) (...) ## ##Options: ## ##>>>--option1=>>>Doctext... ##>>>--option2>>>>Doctext The option2 is not recognized, because the script consider that after option...

It would be nice to have easyoptions use localized ("tranlated") help text. While the main help would be English the help would be localized to your locale settings. See the...

enhancement