Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive CLI comes through stderror rather than stdout #359

Open
JasoonS opened this issue Nov 23, 2024 · 1 comment
Open

Interactive CLI comes through stderror rather than stdout #359

JasoonS opened this issue Nov 23, 2024 · 1 comment

Comments

@JasoonS
Copy link
Contributor

JasoonS commented Nov 23, 2024

The output from the interactive envio cli for envio init is coming through on stderror (not stdout).

Reproduce:

~/Documents/code/envio/scenarios/temp/temp
❯ envio init >stdout.txt 2>stderr.txt

## Press enter a few times

And then check the two files:

~/Documents/code/envio/scenarios/temp/temp
❯ ls
stderr.txt  stdout.txt

~/Documents/code/envio/scenarios/temp/temp
❯ cat stderr.txt
> Specify a folder name (ENTER to skip):  .
> Which language would you like to use? TypeScript
> Choose blockchain ecosystem Evm
? Choose an initialization option
~/Documents/code/envio/scenarios/temp/temp
❯ cat stdout.txt
Copy link
Collaborator

Hi Jason, What issue is this causing out of interest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants