aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 9ab7f6c..f337613 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -52,5 +52,10 @@ async fn main() {
"Prints some info about this kitty cat",
catinator::hooks::about
),
+ async command(
+ "wa",
+ "Returns Wolfram Alpha results for a query",
+ catinator::hooks::wa::wa
+ ),
];
}