> On 9 Jul 2018, at 17:38, Damien Pollet <damien.pol...@gmail.com> wrote:
> 
> Hi all,
> 
> I'm starting to port / reimplement existing command line handlers using Clap. 
> There's a dozen, but I wonder which ones are the most relied upon, because 
> it's a good opportunity for refactoring the command line API as a whole and 
> simplifying it or at least making it more orthogonal.
> 
> For instance I discovered there is a "perform" command, which is sort of 
> redundant with the "eval" one. Similarly there are both a "configuration" and 
> a "metacello" handlers which seem to have the same exact purpose…
> 
> Since Clap can exist besides the current command-line handlers, we can have a 
> deprecation  period to minimize breakage and leave time for people to adapt 
> before we kill old command line handlers for real.
> 
> -- 
> Damien Pollet
> type less, do more [ | ] http://people.untyped.org/damien.pollet

Most used: eval, config, st (default to run script.st)

Please make sure to stay as compatible as possible, lots of CI and server 
deploy/run code depends on it.

Reply via email to