.. index:: global (command) .. _command_global: global - create or set global variables ======================================= Usage ^^^^^ ``global [-r] [VAR[=VALUE] ...]`` Synopsis ^^^^^^^^ Add a new global variable named VAR, optionally set to VALUE. Without options, print all global and env (prefixed with *) variables. Options ^^^^^^^ -r Remove globalvars .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/global.c .. command function: do_global