Files
bare-operating-system/packages/bare-os-coreutils/man/pages/arch.json
T
2026-04-03 23:04:42 -04:00

28 lines
459 B
JSON

{
"name": "arch",
"section": 1,
"title": "print machine hardware name",
"synopsis": [
"arch"
],
"description": "Prints PROCESSOR_ARCHITECTURE or BARE_OS_ARCH (session stub).",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"arch",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "arch"
}
],
"listCategory": "coreutils"
}