Sergey Belov

Results 41 issues of Sergey Belov

``` arikon-osx% bem create -l \"Calibre\ Library/\" \"Calibre\ Library/\" .gitconfig ``` There should be now `\` before `"`.

evaluating
bug

``` js cmd.opt() .name('format') .title('Output format: html, bemjson. Defaults to html') .short('f') .long('format') .def('html') .val(function(value) { // FIXME: don't use private API _usage() !value && this.end().errorExit("Missing required option value\n" +...

evaluating
enhancement

Should you more precise one from `karma` for example. ``` sh ###-begin-karma-completion-### # # karma command completion script # This is stolen from NPM. Thanks @isaac! # # Installation: karma...

evaluating
enhancement

My proposal it to change API of `.act()` callbacks from ``` js function(opts, args) { } ``` to ``` js function(options) { // options = opts + args } ```...

evaluating
enhancement

We could implement `fsPath(glob)` (or something) helper for `Opt` and `Arg` that will add shell completion for the opt/arg on fs paths.

evaluating
enhancement

One could define alias as `cb = create -b` and invoke `bem cb block`. COA should resolve `cb` alias and invoke `bem create -b block` command. Also think of shell...

evaluating
enhancement

See #28. Also refactoring of completion logic. **Work in progress.**

For now it captures / ignores the first one only.

enhancement
prio:low
backlog
int