Replies: 1 comment
-
You can see our REPL example at https://docs.rs/clap/latest/clap/_derive/_cookbook/repl_derive/index.html In that case, the difference between an error and help printing doesn't matter because we do the same thing. If you are needing to distinguish, check |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my parser and repl code:
When running:
How can I properly handle help command and print the help info in REPL?
Beta Was this translation helpful? Give feedback.
All reactions