mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
big help upgrades
- short descriptions for command list - argument descriptions - render argument list on detailed help page
This commit is contained in:
parent
5e5a738b74
commit
f9c627ada1
55 changed files with 114 additions and 30 deletions
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
label: 'text',
|
||||
metadata: {
|
||||
description: 'Generates an animated gif with the MakeSweet billboard template.',
|
||||
description_short: 'Animated billboard generation',
|
||||
examples: ['billboard'],
|
||||
category: 'image',
|
||||
usage: 'billboard'
|
||||
|
|
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
label: 'text',
|
||||
metadata: {
|
||||
description: 'Generates an animated gif with the MakeSweet circuit board template.',
|
||||
description_short: 'Animated circuit board generation',
|
||||
examples: ['circuitboard'],
|
||||
category: 'image',
|
||||
usage: 'circuitboard'
|
||||
|
|
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
label: 'text',
|
||||
metadata: {
|
||||
description: 'Generates an animated gif with the MakeSweet flag template.',
|
||||
description_short: 'Animated flag generation',
|
||||
examples: ['flag'],
|
||||
category: 'image',
|
||||
usage: 'flag'
|
||||
|
|
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
label: 'text',
|
||||
metadata: {
|
||||
description: 'Generates an animated gif with the MakeSweet heart locket template. Accepts text as an optional input.',
|
||||
description_short: 'Animated heart locket generation',
|
||||
examples: ['heartlocket Big Nutty'],
|
||||
category: 'image',
|
||||
usage: 'heartlocket [<text>]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue