Files
bare-operating-system/packages/bare-os-coreutils/man/pages/tar.json
T
2026-04-04 08:17:47 -04:00

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"
]
}