Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeliucc committed Dec 7, 2022
1 parent 155fe55 commit 4d7d113
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,15 +420,10 @@ open class InteractiveConsole {

private fun initAnsiConsole() {
try {
log("initializing color-aware console output...")
AnsiConsole.systemInstall()
} catch (e: Throwable) {
error("Unable to initialize color-aware console output: ${e.message}")
}

if (AnsiConsole.out() == null) {
log("AnsiConsole.out is null!")
}
}

init {
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/org/nexial/core/resources.properties
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ Tools.cli.override=[optional] Add or override data variables in the form of name
supported via multiple -override name=value options. Note that variable name or value with spaces must be \
enclosed in double quotes.
Tools.cli.interactive=[optional] Run Nexial in Interactive Mode. This option is not compatible with the -plan option.
Tools.cli.ready=[optional] TBD.

Tools.cli.initComplete=input files and output directory resolved...
Tools.cli.missingRequired=[{0}] is a required argument and is missing
Expand Down Expand Up @@ -254,7 +255,7 @@ Tools.execution.report.exported=HTML output for this execution exported to {0}
Tools.execution.junit.report=generated the JUnit report for this execution: {0}
Tools.execution.junit.fail=Unable to generate JUnit report for this execution: {0}
Tools.execution.junit.exported=JUnit XML output for this execution exported to {0}
Tools.execution.fail.suffix= Possibly the required argument is missing or invalid. Check usage details.
Tools.execution.fail.suffix=Possibly the required argument is missing or invalid. Check usage details.

Tools.otc.not.ready=Nexial Cloud Integration not probably configured. See \
https://nexiality.github.io/documentation/systemvars/index.html#nexial.outputToCloud for more details.
Expand Down
Loading

0 comments on commit 4d7d113

Please sign in to comment.