···1314if not os.path.exists("dub.selections.json"):
15 eprint("The file `dub.selections.json` does not exist in the current working directory")
16- eprint("run `dub upgrade --annotate` to generate it")
17 sys.exit(1)
1819with open("dub.selections.json") as f:
···1314if not os.path.exists("dub.selections.json"):
15 eprint("The file `dub.selections.json` does not exist in the current working directory")
16+ eprint("run `dub upgrade` to generate it")
17 sys.exit(1)
1819with open("dub.selections.json") as f: