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
This commit is contained in:
2 * r + 2 * t
2025-08-04 15:40:17 +10:00
parent 06a7102490
commit d8037819f0
9 changed files with 263 additions and 18 deletions
+3
View File
@@ -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)