dthree / dthree/vorpal

key blocked after first command

Open
#249 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5.6k
Forks
278
PR merge metrics
No merged PRs in 30d

Description

Hi,

This npm package look just awesome but ... Even with the simplest code, showed at the main page:

```
const vorpal = require('vorpal')();

vorpal
.command('foo', 'Outputs "bar".')
.action(function(args, callback) {
this.log('bar');
callback();
});

vorpal
.delimiter('myapp$')
.show();
```

This doesn't work perfectly. Here is a [video](https://i.mlgimg.xyz/a666a5b3.mp4) that show the problem.

Alaanor.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.