Closed eistrati closed 7 years ago
Let's improve the developer experience for deepify commands without parameters by showing help message for each command.
Current output:
MitocGroup:~ eugene$ deepify replicate prepare Invalid command call: [MissingOptionException] The option '--blue' (alias '-b') is missing Usage example: deepify replicate prepare --blue blueHash --green greenHash --tables User,Comments,Threads
Expected output:
MitocGroup:~ eugene$ deepify replicate prepare Invalid command call: [MissingOptionException] The option '--blue' (alias '-b') is missing Usage example: deepify replicate prepare --blue blueHash --green greenHash --tables User,Comments,Threads To see help text, you can run: deepify replicate prepare --help
Add an To see help text, you can run: deepify replicate prepare --help message when command fails due to wrong or missing options
To see help text, you can run: deepify replicate prepare --help
Not relevant anymore.
Let's improve the developer experience for deepify commands without parameters by showing help message for each command.
Current output:
Expected output: