From: Phillip Berndt Date: Thu, 16 Dec 2021 08:52:19 +0000 (+0100) Subject: Merge --cycle option (needs work) X-Git-Tag: 1.12~11 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=9a023ca0fa8fd7a12a99e8852a063266bf49f078 Merge --cycle option (needs work) --- 9a023ca0fa8fd7a12a99e8852a063266bf49f078 diff --cc autorandr.py index c9c4f16,0581f57..9f1f557 --- a/autorandr.py +++ b/autorandr.py @@@ -1214,9 -1210,9 +1215,9 @@@ def read_config(options, directory) def main(argv): try: opts, args = getopt.getopt(argv[1:], "s:r:l:d:cfh", - ["batch", "dry-run", "change", "default=", "save=", "remove=", "load=", + ["batch", "dry-run", "change", "cycle", "default=", "save=", "remove=", "load=", "force", "fingerprint", "config", "debug", "skip-options=", "help", - "current", "detected", "version"]) + "list", "current", "detected", "version"]) except getopt.GetoptError as e: print("Failed to parse options: {0}.\n" "Use --help to get usage information.".format(str(e)),