| Author | DaveJarvis <email> |
|---|---|
| Date | 2022-01-04 23:44:33 GMT-0800 |
| Commit | 43a261e1e69345e0494abc5a40240d3b9d50666c |
| Parent | 0f47902 |
| Delta | 1 line added, 9 lines removed, 8-line decrease |
| @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" | ||
| ) | ||