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

28 lines
441 B
JSON

{
"name": "yes",
"section": 1,
"title": "output a string repeatedly",
"synopsis": [
"yes [STRING]"
],
"description": "Prints until BARE_OS_YES_MAX_LINES cap.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"yes",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "yes"
}
],
"listCategory": "coreutils"
}