This command adds a new category to the repository. The category is given a name and a description.
Table 2–2 Arguments and Result for the cat.add Command|
Argument/Result |
Class |
Description |
|
|---|---|---|---|
|
name |
[R] |
String |
The name of the Category |
|
desc |
[R] |
String |
The description of the Category |
|
result |
Category |
The new Category object |
|