summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-03-04 22:48:01 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-03-04 22:48:01 -0500
commit9aefd75b5e8214e65524b8187dbc2047cc518cae (patch)
treebcf1b5f58a2fb74a448942798027a34c29274dd7 /src/main.rs
parentee918745baa021015fdaa1f81ca8ebd921ba1463 (diff)
downloadtitler-9aefd75b5e8214e65524b8187dbc2047cc518cae.tar.xz
titler-9aefd75b5e8214e65524b8187dbc2047cc518cae.zip
added book titles artifact for testing/benchmarking
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 0ffe5af..b26289c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -22,6 +22,7 @@ const EXCEPTIONS: &[&str] = &[
/// - Words are not capitalized if they are EXCEPTIONS, unless...
/// - Words are either the first or the last word.
fn main() {
+ // gather args
let mut args = args();
args.next(); // ignore self arg
let mut ignorables = HashSet::new();