20 lines
510 B
JSON
20 lines
510 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"
|
|
}
|
|
]
|
|
}
|