[forge-issues] [JBoss JIRA] (FORGE-1482) Being able to turn off verbose output

Antonio Goncalves (JIRA) issues at jboss.org
Tue Jan 21 10:18:28 EST 2014


Antonio Goncalves created FORGE-1482:
----------------------------------------

             Summary: 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


More information about the forge-issues mailing list