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 current Yargs implementation of Setup uses the Directory Builder, which constrains passing one command at a time — additional commands are parsed as options.
allow yarn rw setup [options] to take an array of commands (will require custom setup and structure)
bonus: allow passing a path or URL as a command (might be best to break this into a second PR)
The current Yargs implementation of Setup uses the Directory Builder, which constrains passing one command at a time — additional commands are parsed as options.
yarn rw setup [options]to take an array of commands (will require custom setup and structure)cc @jtoar