There was an error while loading. Please reload this page.
1 parent 5a424b6 commit ff73463Copy full SHA for ff73463
README.md
@@ -89,5 +89,7 @@ SUBCOMMANDS:
89
override override the delimiters
90
```
91
92
+See the [examples](../examples) folder for more.
93
+
94
95
License: MIT
src/main.rs
@@ -87,6 +87,8 @@
87
//! override override the delimiters
88
//!```
//!
+//! See the [examples](../examples) folder for more.
+//!
mod docs;
use crate::docs::*;
use clap::{load_yaml, App, ArgMatches};
0 commit comments