26 lines
534 B
JSON
26 lines
534 B
JSON
{
|
|
"name": "printenv",
|
|
"section": 1,
|
|
"title": "print environment variables",
|
|
"synopsis": [
|
|
"printenv [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of print environment variables. Full behavior is defined in packages/bare-os-coreutils/src/printenv.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"printenv",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "one variable",
|
|
"code": "printenv HOME"
|
|
},
|
|
{
|
|
"caption": "all",
|
|
"code": "printenv"
|
|
}
|
|
]
|
|
}
|