Conversation
EhabY
left a comment
There was a problem hiding this comment.
Thanks for contributing to this repo, appreciated
Also make sure to run format/lint:fix (I think the pipeline would fail now)
|
@EhabY happy to contribute 😉 (should pass now 🙏) |
EhabY
left a comment
There was a problem hiding this comment.
Love the tests! I think we'll have to await Asher's response for the UX but the rest are smaller issues!
ac27aec to
bcd86f7
Compare
bcd86f7 to
b81afc6
Compare
| binPath: string, | ||
| globalFlags: string[], | ||
| workspaceName: string, | ||
| options: { signal?: AbortSignal; duration?: string }, |
There was a problem hiding this comment.
I don't love mixing two different kinds of options, one for args and one for the execution itself 🤔
Actually maybe inline this, it's very similar to the one in commands#openAppStatus. If we want to separate it out for testability then maybe we use a separate file for this? Something like core/cliExec.ts? (we'd move the version to it)
EhabY
left a comment
There was a problem hiding this comment.
Looks great now! Thanks for the contribution, much appreciated!
Closes #750