1
0

More stuff

This commit is contained in:
Patrick Gaskin
2020-04-22 21:33:18 -04:00
parent a293143fd0
commit 4c38d6af7f

View File

@@ -23,8 +23,10 @@
# dbg_error - always returns an error (for testing) # dbg_error - always returns an error (for testing)
# kfmon - triggers a kfmon action (TODO) # kfmon - triggers a kfmon action (TODO)
# nickel_setting - toggles a boolean setting # nickel_setting - toggles a boolean setting
# nickel_extras - opens one of the beta features (TODO) # nickel_extras - opens one of the beta features
# nickel_misc - other stuff which isn't significant enough for its own category (TODO) # nickel_misc - other stuff which isn't significant enough for its own category
# cmdline_spawn - starts another process or script in the background (TODO)
# cmdline_output - runs a command and displays the output (TODO)
# <arg> the argument passed to the action: # <arg> the argument passed to the action:
# dbg_syslog - the text to write # dbg_syslog - the text to write
# dbg_error - the error message # dbg_error - the error message