Attempting to use second-level arguments returns unrecognized argument error.
Opened this issue · 2 comments
Communing-With-Coyotes commented
The issue:
First-level arguments are accepted
gamma-launcher --version
>> gamma-launcher 1.7
gamma-launcher anomaly-install
>> error: the following arguments are required --anomaly
gamma-launcher anomaly-install --anomaly <my_anomaly_path>
error: unrecognized arguments
This is just an example, but no second-level arguments work. They all returned an unrecognized arguments
error. I haven't done any regression testing to see which commit this started happening, but it's certainly not working on 6b282f5
Mord3rca commented
Hey !
I can't reproduce this issue with the self contain executable and on master.... Can you print the content of ~/.config/gamma-launcher/config.ini you may have an invalid entry here.
Mord3rca commented
Is this still an issue ?