Github user martincgg commented on the pull request:

    https://github.com/apache/cordova-cli/pull/152#issuecomment-38841084
  
    Fixed:
    - No more tabs.
    - Brand misspelled
    - Included new line at the end.
    
    The cordova info command is used to get information from the dev 
environment, information to ask for help, or report an issue, summary of what 
the project contains, get information; getting relevant information about the 
environment, that's its only cases of use.
    
    Set a variable with 'process.env.CORDOVA_BBTOOLS' is required to provide 
good usage at some blackberry libraries that requires to run functions. That 
variable is settled and used during the js file execution, but when the control 
is returned to terminal, the variable is not present to be used in the terminal 
or by any other js file.
    I've made several test under Windows 7, 8 and Ubuntu, try to access to the 
variable with another js file, or using the terminal command (SET (Windows) or 
EXPORT(Linux & Mac)) to list all current variables, that one it never appears 
in the list.
    
    Anyway, I've added logic to deal with.
    If the variable is present is not going to change it, not at all.
    If is not present is going to set the value, and then at the end of all 
blackberry operations it will erase it, with this in any usage case it won't 
affect any other process.
    
    Hi, @jsoref , What do you think about this? by the way, thanks a lot for 
the feedback


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to