Keeps your processes running.
Go to file
Ian Wijma a65ca4e37f "Added .help() method in the command configuration"
In this commit, the .help() method was moved to an earlier part of the command configuration. Previously, .help() was executed after defining options. The reason for this change was to improve code readability and ensure that the help command is processed in line with other commands, improving user experience by offering immediate assistance for all commands. This effective placement of .help() method should make it easier for users to understand how to interact with the command line interface.
2023-11-19 15:40:19 +11:00
.github/workflows Created Keep Running (kr) command 2023-11-19 13:28:59 +11:00
bin run.sh > test.sh to clearify the command is for testing purposes. 2023-11-19 13:37:03 +11:00
src "Added .help() method in the command configuration" 2023-11-19 15:40:19 +11:00
.gitignore "Added delay option and improved error logging in process manager" 2023-11-19 15:38:49 +11:00
package-lock.json Added pkg 2023-11-19 13:30:11 +11:00
package.json Added pkg 2023-11-19 13:30:11 +11:00