<Explorer />

Results 5 comments of <Explorer />

@ehmicky that doesn't seem to work. I was expecting to find something like this one:- ```js const {stdin, stdout} = execa(__dirname, args, {input: 'y'}); // writes to stdin for the...

Also, in the above context the return value from `execa` lacks `stdin`. For instance, ```js const subProcess = execa(__dirname, args, {input: 'y', stdio: 'pipe'}); console.log(subProcess.hasOwnProperty('stdin')); // false ``` Am I...

@RIP21 this might be useful for you: https://github.com/jamesgeorge007/cli-prompts-test

@shakeabi Which are the files to work upon?

@shakeabi @swapagarwal How to get the last updated date?