Skip to content
Snippets Groups Projects
Commit f0e41bb0 authored by xo30xoqa's avatar xo30xoqa
Browse files

Removed --mapfile and --runtime as commandline options

parent 820d7a7d
No related branches found
No related tags found
No related merge requests found
......@@ -45,14 +45,9 @@ optional arguments:
-c, --configfile CONFIGFILE
name of the configuration file
-s, --seed SEED inital random seed (type: Int64)
-m, --mapfile MAPFILE
name of the map file
-o, --outdir OUTDIR location of the output directory
-l, --loglevel LOGLEVEL
verbosity: "debug", "info", or "quiet"
-r, --runtime RUNTIME
duration in days that the simulation will run
(type: Int64)
--version show version information and exit
-h, --help show this help message and exit
......
......@@ -98,10 +98,6 @@ function parsecommandline()
"--seed", "-s"
help = "inital random seed"
arg_type = Int
"--mapfile", "-m"
help = "name of the map file"
arg_type = String
required = false
"--outdir", "-o"
help = "location of the output directory"
arg_type = String
......@@ -110,10 +106,6 @@ function parsecommandline()
help = "verbosity: \"debug\", \"info\", or \"quiet\""
arg_type = String
required = false
"--runtime", "-r"
help = "duration in days that the simulation will run"
arg_type = Int
required = false
end
args = parse_args(s)
for a in keys(args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment