28 lines
441 B
JSON
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"
|
|
}
|