When using an option wrong (such as when passing an argument to a 0-argument flag), Supercluster sometimes will provide an error indicating that a mission doesn't exist. This came up when passing false to the (previously) 0-argument flag --catchup-skip-known-results-for-testing:
<correct supercluster command> --catchup-skip-known-results-for-testing=false
[05:39:50 ERR] Unknown mission: false
We should emit a more useful error message in cases like this.
When using an option wrong (such as when passing an argument to a 0-argument flag), Supercluster sometimes will provide an error indicating that a mission doesn't exist. This came up when passing
falseto the (previously) 0-argument flag--catchup-skip-known-results-for-testing:We should emit a more useful error message in cases like this.