summary refs log tree commit diff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-12-04 20:48:31 +1300
committerSophie Forrest <git@sophieforrest.com>2024-12-04 20:48:31 +1300
commit3bd5ebb7b8f938ba57a114cd77c0b5c5ad3bf93e (patch)
tree8bbd29ab03e19e584644b7b51356fd09dcac5e13 /src/lib.rs
parent3725fe07e58f459bb7ab9fcbc10775cf4b138ec8 (diff)
feat(cli): use clap for a command line interface HEAD v0.2.0 main
Allows choosing the year and file path.
Diffstat (limited to '')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ee08cbc..2899da1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,8 +2,7 @@
 
 //! # VUW Course scraper
 //!
-//! This is a simple program capable of parsing VUWs courses from the registry. It cannot correctly
-//! parse prerequisites, however.
+//! Program capable of parsing VUWs courses from the registry.
 
 mod parser;