Update README.md

This commit is contained in:
David Maisonave
2025-01-04 12:07:37 -05:00
parent f3d7291fe1
commit cc405b35bb
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ parser.add_argument('--kill_que', '-k', dest='kill_job_task_que', type=str, help
parser.add_argument('--restart', '-r', dest='restart', action='store_true', help='Restart FileMonitor.')
parser.add_argument('--silent', '--quit', '-q', dest='quit', action='store_true', help='Run in silent mode. No output to console or stderr. Use this when running from pythonw.exe')
parser.add_argument('--apikey', '-a', dest='apikey', type=str, help='API Key')
parser.add_argument('--docker', '-d', dest='docker', type=str, help='Docker compose YML file.')
parse_args = parser.parse_args()