Name

DkNet_Std.Browser - Browser operations.

Synopsis

DkNet_Std.Browser [COMMAND] …

Browser commands

open-url [OPTION]… URL
Open the URL in a web browser. A new web browser window or web browser tab will be opened.

Common options

These options are common to all commands.

--color=WHEN (absent=auto)
Colorize the output. WHEN must be one of auto, always or never.

--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.

-l LEVEL, --log-level=LEVEL
Set the verbosity of log messages. If the option is repeated the last LEVEL is used. LEVEL must be one of ERROR, WARNING, INFO or DEBUG.

-q, --quiet
Be quiet. Takes precedence over -l and --log-level options.

Exit status

DkNet_Std.Browser exits with:

0
on success.

123
on indiscriminate errors reported on standard error.

124
on command line parsing errors.

125
on unexpected internal errors (bugs).

Bugs

Support the project with a GitHub star at https://github.com/diskuv/dk.

Leave feedback or bug reports at https://github.com/diskuv/dk/issues.