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
For custom commands like hello:org help exits with error e.g.: sfdx hello:org -h exits with › Error: EEXIT: 0 › Code: EEXIT
while sfdx hello:org --help or sfdx hello -h is working fine
Summary
For custom commands like
hello:org
help exits with error e.g.:sfdx hello:org -h
exits with› Error: EEXIT: 0 › Code: EEXIT
while
sfdx hello:org --help
orsfdx hello -h
is working fineSteps To Reproduce:
Used https://github.com/forcedotcom/salesforcedx-docker to validate the following steps
mkdir plugin
cd plugin
npm install -g yarn
sfdx plugins:generate
yarn prepack
sfdx plugins:link .
sfdx hello:org -h
exits with› Error: EEXIT: 0 › Code: EEXIT
sfdx hello:org --help
exists without errorExpected result
sfdx hello:org -h
exits without errorActual result
sfdx hello:org -h
exits with› Error: EEXIT: 0 › Code: EEXIT
while
sfdx hello:org --help
orsfdx hello -h
exits without errorAdditional information
sfdx-cli/7.72.0-697e9faee2 darwin-x64 node-v12.18.3
The text was updated successfully, but these errors were encountered: