InstallDirCommand
Prints the absolute path of the Quarkdown install directory to standard output.
In a Quarkdown distribution, this is the root directory containing bin/, lib/, and docs/. Intended for shell substitution, replacing fragile cross-platform symlink-resolution snippets:
INSTALL="$(quarkdown doctor get install-dir)"
ls "$INSTALL/docs"Content copied to clipboard
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun CliktCommand.browserLauncherOption(default: BrowserLauncher = NoneBrowserLauncher(), shouldValidate: () -> Boolean = { true }, envLookup: (String) -> String? = System::getenv): OptionDelegate<out BrowserLauncher?>
Option to select a browser launcher from the CLI, with validation and support of selection by name, path, or fixed choices.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard