Skip to content

Harmonize Command Line Switches and Configuration File Options #22

@ahkneipp

Description

@ahkneipp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions