From fa5db0d2f5cc19e578b74b3bb15f8bb9bc90b789 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 25 Sep 2025 23:36:05 -0400 Subject: Animalia --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 0fcc3d6..8ca45fb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,8 @@ fn try_main() -> Result<(), Box> { let mut args = std::env::args_os().skip(1); let command = args.next(); let no_command = "No command specified. Commands available: -- definitions"; +- definitions +- animalia"; let Some(command) = command else { return Err(no_command.into()); }; -- cgit v1.2.3