mikechambers / dcli

Command line utilities for Destiny 2
https://github.com/mikechambers/dcli
MIT License
87 stars 13 forks source link

Output wrong mode input when specificying invalid mode type for dclics #5

Open mikechambers opened 3 years ago

mikechambers commented 3 years ago

Describe the bug Specify an invalid --mode type for dclics should return what the wrong value entered was.

Currently returns: error: Invalid value for '--mode ': Unknown Crucible Mode type

This will make it easier to debug when running in scripts that may call it multiple times.