We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ff2dd commit 0d287ddCopy full SHA for 0d287dd
cli_monitor.py
@@ -4,7 +4,7 @@
4
from datetime import datetime
5
# A script that runs a command at a specified frequency and optionally triggers another command based on regex matches
6
# ReadMe: https://github.com/Dimos082/cli-monitor/
7
-__version__ = "0.9.0"
+__version__ = "1.0.0"
8
# Constants:
9
MIN_FREQUENCY = 0.1 # Minimum allowed frequency (seconds)
10
MAX_FREQUENCY = 100000 # Maximum allowed frequency (seconds)
0 commit comments