diff options
Diffstat (limited to 'examples/example-clap-binding/src')
| -rw-r--r-- | examples/example-clap-binding/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example-clap-binding/src/main.rs b/examples/example-clap-binding/src/main.rs index d25c5f3..449fee3 100644 --- a/examples/example-clap-binding/src/main.rs +++ b/examples/example-clap-binding/src/main.rs @@ -60,7 +60,6 @@ fn main() { // Capture Clap's help information and write to RenderResult // --------- IMPORTANT --------- - program.with_dispatcher(CMDGreet); program.exec_and_exit(); } |
