From e28dc923074ff7445d23cb97a04233f6192a69be Mon Sep 17 00:00:00 2001 From: Juan Roig Date: Tue, 14 Nov 2023 22:42:25 -0500 Subject: Add flags, update README --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index db117a3..99780c3 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,16 @@ -# aplus +# aplus command line utility -This is an aplus cli utility created for students at Florida Polytechnic University to submit their aplus codes through the CLI. +This is an cli utility initially created for students at Florida Polytechnic University to submit their aplus codes. In time, we intend to generalize this utility to all universities. In the meantime however, any students from other universities wishing to use the utility may change the base_link and external_tools_code (you see this in the URL when you navigate to Aplus attendance within your course) variables. ## Usage ### List all courses and canvas course codes -aplus -aplus --list-courses -aplus -l +aplus --list-all ### List favorite courses and canvas course codes aplus --list-favorites -### Enter code immediately for an active code -aplus -c -aplus --code - ### Enter code for a specified course -aplus -c --course -aplus --code --course \ No newline at end of file +aplus --code --course \ No newline at end of file -- cgit v1.2.3