aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/control-server/
"n_7" class="hl"> help="Also print INFO and DEBUG messages.")
  • parser.add_argument('-c', '--color', action='store', choices=['auto', 'always', 'never'], default='auto',
  • help="Control the use of colors in the Log-Output")
  • parser.add_argument('-t', '--timestamp', action='store_true',
  • help="Enable timestamps in the Log-Output")
  • parser.add_argument('-i', '--ini-file', action='store',
  • help="Load a custom config.ini-File")
  • parser.add_argument('-u', '--ui-file', action='store',
  • help="Load a custom .ui-File")
  • Args = parser.parse_args()