table of contents
UI-AUTO-ENV(1) | General Commands Manual | UI-AUTO-ENV(1) |
NAME¶
ui-auto-env - a tool from the ui-auto tool box.
DESCRIPTION¶
Documentation is fully in the usage output via "ui-auto-env -H". This is just a copy for convenience: Produce shell code to taint the environment to use ui-auto enabled projects.
Usage: ui-auto-env [-h|-H] -d -p -D -I -E arg -S arg ID
-h|-H : Get usage help; short (-h) or complete (-H).
Options:
-d : Also run for the project's dependencies.
-p : Also set the path of the project as cwd.
-D : Only run for the project's dependencies.
-I : Information on a project's configuration in '~/.ui-auto.conf'.
-E arg: Exports to produce, given as space-separated list. ['PATH
LD_LIBRARY_PATH CFLAGS CXXFLAGS LDFLAGS ACLOCAL']
Supported='PATH LD_LIBRARY_PATH CFLAGS CXXFLAGS LDFLAGS ACLOCAL'.
-S arg: Shell syntax to use. Supported: posix. ['posix']
Positionals:
ID : A project id as configured in '~/.ui-auto.conf'.
AUTHOR¶
Produced automatically by ui-auto on Mon, 29 Apr 2024 10:27:12 +0000.