You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The output from the interactive
envio
cli forenvio init
is coming through on stderror (not stdout).Reproduce:
And then check the two files:
The text was updated successfully, but these errors were encountered: