Signed-off-by: Gordon Hecker <gh@emlix.com>
.BR \-\-version
Show version number of e2.
.TP
-.BR \-\-binary
-Installs precompiled local tools.
-.TP
.BR \-\-branch=BRANCHNAME
Checks out a specfic project branch.
.TP
.BR \-\-version
Show version number of e2.
-.TP
-.BR \-\-binary
-Installs precompiled local tools.
.P
For further global options, see \fBe2intro\fR(7).
e2option.documentation = string.format(doc,
e2lib.globals.default_projects_server)
-e2option.flag("binary", "install binary local tools [broken]")
e2option.option("branch", "retrieve a specific project branch")
e2option.option("tag", "retrieve a specific project tag")
Installs local tools in project environment.
]]
-e2option.flag("binary", "install binary tools")
-
local opts = e2option.parse(arg)
local rc, e = e2lib.read_global_config()
if not rc then