28 lines
456 B
JSON
28 lines
456 B
JSON
{
|
|
"name": "groups",
|
|
"section": 1,
|
|
"title": "print group names",
|
|
"synopsis": [
|
|
"groups [USER]"
|
|
],
|
|
"description": "Prints supplemental groups from env or primary GROUP.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"groups",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "groups"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|