Filippo Conti

Results 49 comments of Filippo Conti

is anybody still interested to do this.. I mean contribute to this project? I've made (not published yet) a complete remake of vorpal (changing also the name) made in typescript,...

it's caused from an error in the regex that parse of the args string [here](https://github.com/dthree/vorpal/blob/master/lib/util.js#L210), see the screenshot below: ![image](https://user-images.githubusercontent.com/29862596/43196575-b03d8c80-9008-11e8-91bc-5fc6c8be3512.png) I've opened a #321 with the fix.

@zaygozi it should be `command ` according to the [documentation](https://github.com/dthree/vorpal/wiki/api-%7C-vorpal.command#variadic-arguments), are called variadic arguments

@zyuhel maybe you forgot minimist is used also in the [main file](https://github.com/dthree/vorpal/blob/master/lib/vorpal.js#L163-L165) you should remove it from there too (if not already done)

I think right now is not possible looking at the [autocomplete.match](https://github.com/dthree/vorpal/blob/3bb14537487d5e9af92d625b6014d6c44d05ece6/lib/autocomplete.js#L66-L126) function It could be useful to have a option to enable/disable che case sensitive restrictions, can be related also...

I guess some work is already started on [2.0 branch](https://github.com/dthree/vorpal/commits/2.0) maybe you can join there or take a look at it

hi @timkinnane if you are interested I [forked](https://github.com/codekraft-studio/vorpal) this project few months ago for my personal needs and changed a bunch of stuff (not such breaking changes, but some) and...

@omidnavi I'm pretty sure you are supposed to call Vorpal constructor just once and than add commands and/or extensions to the created instance, take a look at [cash](https://github.com/dthree/cash/blob/master/src/index.js#L22) code which...

@NonPolynomial did you find a good pattern or did you give up? it would be awesome to have an example for this, like the sub-commands in commanderjs [examples](https://github.com/tj/commander.js/blob/master/examples/pm) I've looked...

@dmitriymarley you should use `@input` is not documented but you can find it in [code](https://github.com/drewjbartlett/vue-switches/blob/b26a4f5c8f9677ac5d0a146b1196a664c4dc0309/src/switches.vue#L65-L67)