From d8037819f01ef2eb920516ce50237a922019684b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 4 Aug 2025 15:40:17 +1000 Subject: ci: add flake update workflow Also add contributing, funding and issue templates parser: add kill option to shell version: fix errors when not on arch --- src/caelestia/subcommands/shell.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/caelestia/subcommands/shell.py') 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) -- cgit v1.2.3-freya