Difference between revisions of "Autobuild source environment"
Jump to navigation
Jump to search
(Created page with "<!-- ======================================================================= This wiki page was generated by the converting the --help output from this command using the pyhelp2w…") |
Rand Linden (talk | contribs) |
||
Line 1: | Line 1: | ||
< | {{Autobuild Cmd | ||
|command= | |||
autobuild source_environment <br> ''option'' [''value''] [''option'' [''value'']] ... | |||
|comments=Displays the shell environment Autobuild-based buildscripts to use (by | |||
calling 'eval' i.e. eval "$(autobuild source_environment)"). | |||
}} | |||
'''Command-Specific Options''' | |||
{| class=lltable border=1 | |||
|-- | |||
!Option | |||
!Shortcut | |||
!Value | |||
!Description | |||
Options | |||
| | |||
|- | |||
| --version | |||
| -V | |||
| None | |||
| Show version information for source_environment tool module. | |||
|} | |} | ||
[[Category:Autobuild]] | [[Category:Autobuild]] |
Revision as of 16:51, 9 March 2011
autobuild source_environment
option [value] [option [value]] ...
option [value] [option [value]] ...
Displays the shell environment Autobuild-based buildscripts to use (by calling 'eval' i.e. eval "$(autobuild source_environment)").
Standard Options
Option | Shortcut | Value | Description |
---|---|---|---|
--debug | -d | None | Display debug output |
--dry-run | -n | None | Run tool in dry run mode if available |
--help | -h | None | Show help message |
--quiet | -q | None | Display minimal output |
--verbose | -v | None | Display verbose output |
Command-Specific Options
Option | Shortcut | Value | Description |
---|---|---|---|
--version | -V | None | Show version information for source_environment tool module. |