eliasreid / tab-player-cli

0 stars 0 forks source link

clap Command line arguments error msg #7

Open eliasreid opened 3 years ago

eliasreid commented 3 years ago

--play and --generate-template should be exclusive, is there another way to show that?

also the error specifically mentions --play, where it should mention play or generate-template options

error: The following required arguments were not provided:
    --play <TAB_FILE> <SAMPLES_FOLDER>

USAGE:
    tab-synth.exe --generate-template <FILENAME> --play <TAB_FILE> <SAMPLES_FOLDER>