Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.
Nitrous edited this page Jan 28, 2018 · 1 revision

Groups are used to organize a set of commands to that specified category. To create a new group, make a new directory with the directory's name being the subgroup's name and json file with the subgroup folder's name for metadata. Files and directory names should never have a whitespace while file names should never have the same name as their subdirectory name to avoid confusion. Commands can later be placed in that folder.

Example Group JSON

{
    "name": "Example Subgroup",
    "desc": "Meaningful description",
    "preq": [],
    "perm": [],
}

Subgroup JSON Properties

Key Value Type Value Description
name String Name to be displayed.
desc String Description text to be displayed.
preq String Parent Prerequisites to inherit to children.
perm String Parent Permissions to inherit to children.
Clone this wiki locally