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
🚨 After generating worm cli through the Makefile, I'm facing runtime errors while trying to execute the following aptos commands with the --help flag:
worm aptos upgrade
worm aptos migrate
Steps to reproduce
Build worm cli by executing Makefile
make install
Execute one on the commands above using the --help flag
worm aptos upgrade --help
worm aptos migrate --help
Experienced behavior
It does not show help information. Instead, a runtime error is thrown.
worm aptos upgrade --help
TypeError: Cot.positional is not a function
at /Users/albererre/Github/forks/wormhole/clients/js/build/main.js:738:15377
at Kmn.applyBuilderUpdateUsageAndParse (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:26804)
at Kmn.runCommand (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:26454)
at dyn.[runYargsParserAndExecuteCommands] (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:738:7498)
at Kmn.parseAndUpdateUsage (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:27378)
at Kmn.applyBuilderUpdateUsageAndParse (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:27087)
at Kmn.runCommand (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:26454)
at dyn.[runYargsParserAndExecuteCommands] (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:738:7498)
at dyn.parse (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:736:1746)
at dyn.get [as argv] (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:735:2848)
worm aptos migrate --help
TypeError: Cot.option is not a function
at /Users/albererre/Github/forks/wormhole/clients/js/build/main.js:738:16028
at Kmn.applyBuilderUpdateUsageAndParse (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:26804)
at Kmn.runCommand (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:26454)
at dyn.[runYargsParserAndExecuteCommands] (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:738:7498)
at Kmn.parseAndUpdateUsage (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:27378)
at Kmn.applyBuilderUpdateUsageAndParse (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:27087)
at Kmn.runCommand (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:680:26454)
at dyn.[runYargsParserAndExecuteCommands] (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:738:7498)
at dyn.parse (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:736:1746)
at dyn.get [as argv] (/Users/albererre/Github/forks/wormhole/clients/js/build/main.js:735:2848)
Expected behavior
The worm cli outputs help information regarding these commands.
Solution recommendation
Debug to locate the issue
The text was updated successfully, but these errors were encountered:
Description and context
🚨 After generating
worm cli
through theMakefile
, I'm facing runtime errors while trying to execute the followingaptos
commands with the--help
flag:worm aptos upgrade
worm aptos migrate
Steps to reproduce
Makefile
make install
--help
flagworm aptos upgrade --help
worm aptos migrate --help
Experienced behavior
It does not show help information. Instead, a runtime error is thrown.
worm aptos upgrade --help
worm aptos migrate --help
Expected behavior
The worm cli outputs help information regarding these commands.
Solution recommendation
Debug to locate the issue
The text was updated successfully, but these errors were encountered: