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
// pseudoasyncfunctionpromptForProjectPath(){returnprogram.projectName??(awaitprompts({type: 'text',name: 'projectName',message: 'What is the name of your project?',initial: 'my-fuel-project',})).projectNameasstring;}
Example:
This should be simple by validating and grabbing the
argv
:fuels-ts/packages/fuels/src/cli.ts
Lines 29 to 30 in 71c052c
And then skipping the prompts accordingly:
Originally posted by @arboleya in #1691 (comment)
The text was updated successfully, but these errors were encountered: