From 3bd5ebb7b8f938ba57a114cd77c0b5c5ad3bf93e Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Wed, 4 Dec 2024 20:48:31 +1300 Subject: feat(cli): use clap for a command line interface Allows choosing the year and file path. --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib.rs') 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; -- cgit 1.4.1