16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "tar",
|
|
"section": 1,
|
|
"title": "tar",
|
|
"synopsis": [
|
|
"tar [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of tar. Full behavior is defined in packages/bare-os-coreutils/src/tar.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"tar",
|
|
"bare-os",
|
|
"coreutils"
|
|
]
|
|
}
|