veged / coa

Command-Option-Argument: Get more from defining your command line interface
MIT License
144 stars 22 forks source link

Utility helpers like helpful should not finalize itselves #84

Closed qfox closed 7 years ago

qfox commented 7 years ago

It's a major change but it will add a way to extend basic behaviour of helpers.

E.g. .helpful().title('another title').act(function() { doSomething(); return this.__base.apply(); }).end().

As temporary (or persistent) alternative we can add an option like .helpful({ endless: true }).

qfox commented 7 years ago

Closed in favor of #82