diff options
Diffstat (limited to 'src/commands/object.json')
-rw-r--r-- | src/commands/object.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/commands/object.json b/src/commands/object.json new file mode 100644 index 0000000..14be26b --- /dev/null +++ b/src/commands/object.json @@ -0,0 +1,9 @@ +{ + "OBJECT": { + "summary": "A container for object introspection commands.", + "complexity": "Depends on subcommand.", + "group": "generic", + "since": "2.2.3", + "arity": -2 + } +} |