Several of the command line switches do not correspond to any options in the config files. These should match wherever possible.
Here's a list of all the command line switches I could find that aren't supported in config files
output_file (-f, --output-file)
config_file (-c, --config-file) (may be a bit redundant and unnecessary, but could have utility)
extra_data_dir (-E, --extra-data-dir)
width (-W, --width)
height (-H, --height)
landscape_paper (-landscape,--landscape-paper)
force_messier (-fmessier, --force-messier)
force_asterism (-fasterism, --force-asterisms)
force_unknown (-funknown, --force-unknown)
language (-l,--language)
show_catalogs (-sc, --show-catalogs)
cross (-x, --add-cross)
caption (-p, --caption)
mirror_x (-mx, --mirror-x)
mirror_y (-my, --mirror-y)
observation_time (-t)
trajectory_from (--trajectory-from)
trajectory_to (--trajectory-to)
mpc_comets_file (--mpc-comets-file)
mpc_minor_planets_file (--mpc-minor-planets-file)
verbosity (-v)
target_right_ascension (positional, part of the target)
target_declination (positional, part of the target)
target_altitude (positional)
target_azimuth (positional)
There are a few more switches that don't make sense to include in a config file (like --update-comets); I haven't included those in the above list.
Several of the command line switches do not correspond to any options in the config files. These should match wherever possible.
Here's a list of all the command line switches I could find that aren't supported in config files
-f,--output-file)-c,--config-file) (may be a bit redundant and unnecessary, but could have utility)-E,--extra-data-dir)-W,--width)-H,--height)-landscape,--landscape-paper)-fmessier,--force-messier)-fasterism,--force-asterisms)-funknown,--force-unknown)-l,--language)-sc,--show-catalogs)-x,--add-cross)-p,--caption)-mx,--mirror-x)-my,--mirror-y)-t)--trajectory-from)--trajectory-to)--mpc-comets-file)--mpc-minor-planets-file)-v)There are a few more switches that don't make sense to include in a config file (like
--update-comets); I haven't included those in the above list.