mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-08 00:09:29 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user