Skip to content

Command Arguments

Hojei Hsu edited this page Jul 7, 2023 · 2 revisions

scsd supports the following arguments. For more detail options please use Config File instead

Options

  • -a username
    • Description: Specify this will go into interactive authentication mode. Required for first setup or expired session.
    • Example: -a username
  • -d save_dir
    • Description: Where to save the saves, session and related data
    • Default: ./data
    • Example: -d ./data_dir
  • -f conf
    • Description: Path to config file. If given, use the settings and the command arguments will override if same option is specified as well
    • Example: -f ./scsd.conf.sample
  • -r rotation_count
    • Description: How many versions for each file to keep locally
    • Default: 15
    • Example: -r 30
  • -l log_level
    • Description: How detail should the log
      • 0: Show Error messages only
      • 1: Show Error and Warning messages only
      • 2: Show Error, Warning and INFO messages only
      • 3: Show Error, Warning and INFO and DEBUG messages
    • Default: 2
    • Example: -l 2
  • -v
    • Description: Print out current version number
Clone this wiki locally