28 lines
450 B
JSON
28 lines
450 B
JSON
{
|
|
"name": "fmt",
|
|
"section": 1,
|
|
"title": "simple text formatter",
|
|
"synopsis": [
|
|
"fmt [-w WIDTH] [FILE]..."
|
|
],
|
|
"description": "Reflow paragraphs (blank-line separated).",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"fmt",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "fmt"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|