We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 299a852 + ac27a90 commit 354c65aCopy full SHA for 354c65a
src/cli-main.ts
@@ -736,7 +736,7 @@ program
736
.option('-C, --cpcode <cpcode>', 'specify a pre-existing cpcode instead of letting the system generate a new one')
737
.action(async function (options) {
738
helpExitOnNoArgs(options);
739
- const cpcode = options.usecpcode;
+ const cpcode = options.cpcode;
740
try {
741
const recipePath = options.recipe;
742
if (recipePath) {
0 commit comments