Alexandre ZANNI

Results 558 comments of Alexandre ZANNI

> @nilgoyette you can always try [docpie](http://docpie.comes.today/) which is very similar or [click](http://click.pocoo.org/6/) which is very different but still quite nice. Not the same at all, docopt is available in...

I wanted to use the same option in 2 different commands but docopt says it is ambiguous. That's not ambiguous since the same option name is used in two different...

Yeah it forces me to do stuff like that and declare the debug option for each command: ``` Usage: tls-map search [-o --force -e -a] [--no-color --debug] tls-map bulk [-z...

I add this option `--debug Display arguments` and then in my ruby CLI tool I set ```ruby pp args if args['--debug'] ```

#459 #110 #294

Having this feature would solve #440 but also #296

> can not be published separately. I looked at the source and there are very few changes to do so it can be generic. > If you are interested on...

change introduced in https://github.com/lucascaro/hexo-deployer-sftp/pull/4

So same as in #3038 how do I manage the returned (query) object? Because the answer in #3038 is to call `.data` and it works but when I call only...

> `warehouse` already provided `forEach`, `sort`, `find`, `findOne` and many other util implementation, why use JavaScript built-in Array method instead? IDK I saw [toArray](https://hexojs.github.io/warehouse/Query.html#toArray) listed on the warehouse and I...