table of contents
- buster 1.2.10-2
- buster-backports 1.2.13-1~bpo10+1
- testing 1.2.13-1
- unstable 1.2.14-1
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'.