summaryrefslogtreecommitdiff
path: root/src/caelestia/subcommands/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/caelestia/subcommands/shell.py')
-rw-r--r--src/caelestia/subcommands/shell.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/caelestia/subcommands/shell.py b/src/caelestia/subcommands/shell.py
index 06f3b45..4cdd128 100644
--- a/src/caelestia/subcommands/shell.py
+++ b/src/caelestia/subcommands/shell.py
@@ -17,6 +17,9 @@ class Command:
elif self.args.log:
# Print the log
self.print_log()
+ elif self.args.kill:
+ # Kill the shell
+ self.shell("kill")
elif self.args.message:
# Send a message
self.message(*self.args.message)