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

16 lines
314 B
JSON

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