executable icon indicating copy to clipboard operation
executable copied to clipboard

Add a CLI to any class instantly

Results 5 executable issues
Sort by recently updated
recently updated
newest added

Hi, I had an issue using your example, the shebang did not start with a / so wasn't picking up env properly. It probably should be `#!/usr/bin/env ruby`

Including Executable into anonymous classes doesn't work b/c they have no name. Even giving them a `command_name` method doesn't work.

Currently Help output just lists option aliases as separate options. It needs to be fixed to detect aliases and attach them to the main option.

Need to wrap the execute/run call procedure in a begin/rescue clause and only output one line messages by default, The $DEBUG variable could be used to let errors through the...

It would very cool if long option names were given automatic single letter shortcuts, as long a ashortcut hasn't already been defined. This could be implemented in a number of...