lordgamez commented on code in PR #1956:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1956#discussion_r2033406051
##########
minifi_main/MiNiFiMain.cpp:
##########
@@ -196,6 +196,7 @@ int main(int argc, char **argv) {
.help("Generate documentation in the specified directory");
argument_parser.add_argument("-s", "--schema")
.metavar("PATH")
+ .default_value("-")
Review Comment:
We can keep both approaches, but if you would only stick with the `-`
approach I'm okay with that too. It was just more intuitive to me not give any
parameters if `stdout` is used. You can decide I'm okay with either option.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]