23 lines
519 B
JSON
23 lines
519 B
JSON
{
|
|
"name": "say",
|
|
"section": 1,
|
|
"title": "alias for baresay",
|
|
"synopsis": [
|
|
"say [OPTION]... [MESSAGE...]"
|
|
],
|
|
"description": "Same program as baresay (packages/bare-os-coreutils/src/baresay.js); only the default argv[0] label in messages differs. See man baresay for options and /share/baresay/*.bare.",
|
|
"options": [],
|
|
"keywords": [
|
|
"say",
|
|
"baresay",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "short command name",
|
|
"code": "say hello world"
|
|
}
|
|
]
|
|
}
|