export - mark variables for export to child process environments.
export [-aprx] [name[=value] ...]
export is a POSIX special builtin provided by Rush. It marks variables for export to child process environments. Assignment operands set a value while applying the export attribute. Without operands, it prints exported declarations.
-a-p-r-x--Zero on success, one when a declaration fails, and two for invalid options or, in POSIX mode, invalid identifiers.
rush-builtins(7), declare(1), readonly(1), POSIX Shell Command Language.