[
https://issues.jboss.org/browse/FORGE-1482?page=com.atlassian.jira.plugin...
]
George Gastaldi commented on FORGE-1482:
----------------------------------------
--set would be a good option too
Being able to turn off verbose output
-------------------------------------
Key: FORGE-1482
URL:
https://issues.jboss.org/browse/FORGE-1482
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.CR1
Reporter: Antonio Goncalves
Fix For: 2.x Future
In [FORGE-1439] the verbose output has been implemented using the command :
{code}
transaction-track-changes
{code}
But once it's on, there is no way to turn it off. You can add a parameter to it
{code}
transaction-track-changes --verbose true
transaction-track-changes --verbose false
{code}
I would have use the {{export}} for this matter
{code}
export VERBOSE_OUTPUT= true
export VERBOSE_OUTPUT= false
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira