Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Remove unused command-line argument

AuthorDaveJarvis <email>
Date2022-01-04 23:44:33 GMT-0800
Commit43a261e1e69345e0494abc5a40240d3b9d50666c
Parent0f47902
Delta1 line added, 9 lines removed, 8-line decrease
src/main/java/com/keenwrite/cmdline/Arguments.java
@CommandLine.Option(
- names = {"--base-dir"},
- description =
- "Directories and paths relative to this one",
- paramLabel = "DIR"
- )
- private Path mBasePath;
-
- @CommandLine.Option(
names = {"--curl-quotes"},
description =
names = {"--theme-dir"},
description =
- "Absolute theme directory, ignores base dir",
+ "Absolute path to theme directory",
paramLabel = "DIR"
)