]
Chao Wang updated WFCORE-1593:
------------------------------
Labels: downstream_dependency (was: )
Update the default variable value in .jbossclirc file
-----------------------------------------------------
Key: WFCORE-1593
URL:
https://issues.jboss.org/browse/WFCORE-1593
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha1
Reporter: Chao Wang
Assignee: Chao Wang
Priority: Minor
Labels: downstream_dependency
$JBOSS_HOME/bin/.jbossclirc file can be used to set up CLI variables or to run a set of
CLI commands at the beginning of every new CLI session. It contain a *commented out* CLI
variable declaration part.
Although the _myvar_ is commented out by default, we should update it's value to some
real working example to improve the quality of example (one user was already confused :)
).
{code:diff}
-# set myvar=/subsystem=datasources/data-source=myDS
+# set myvar=/subsystem=datasources/data-source=ExampleDS
{code}