Skip to content
  • Schuhbaeck, Stefan's avatar
    add sub command support to VadereConsole · 949e9d45
    Schuhbaeck, Stefan authored
    The VadereConsole command line tool is know able to migrate old
    scenario files to a new version. All old capabilities were moved
    to the subcommands project-run and suq. See usage below
    
    usage: Vadere [-h] COMMAND ...
    
    Runs the VADERE pedestrian simulator.
    
    optional arguments:
      -h, --help             show this help message and exit
    
    subcommands:
      valid subcommands
    
      COMMAND
        project-run          This command uses a Vadere Project and runs selected scenario.
        suq                  Run a single scenario file to specify to  fully controll folder structure for input and output.
        migrate              Run migration assistant on single sceanrio file
    949e9d45