-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Upgrade commander
dependency
#2613
Comments
hello, I can try it |
@YaTut1901 Go for it! If you need any help, don't hesitate to ask 😄 |
@petertonysmith94, I am running tests with bumped dependency and they are failing because of commands clashing. Here it is, in file packages/fuels/src/cli.ts:
updated commander doesn`t want to accept same options "-p", should they be renamed? |
@YaTut1901 Great catch! Not sure how this hasn't been an issue before, as they are conflicting flags. I'd suggest changing the const pathOption = new Option('-P, --path <path>', 'Path to project root').default(process.cwd()); |
Oh wow, how come did this get this far? 🤦♂️ @petertonysmith94 I'd say we don't need a shortcut for It is good to note that this will be a [small] breaking change. |
by the way, when I run tests on latest master, I get the same errors
It is not creating new command, but rather use the global one. That leads to such error messages:
|
@petertonysmith94 is there any other issues need to be completed? |
@YaTut1901 Check out the |
Dependabot is unable to upgrade this FuelLabs/fuels-ts/actions/runs/9649869028/job/26614245232?pr=2599 so it needs to be done manually.
This dependency should be upgraded to latest version and all CI tests should pass.
The text was updated successfully, but these errors were encountered: