diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-29 22:12:48 -0500 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-29 22:12:48 -0500 |
| commit | 1182f63498c856111762e2766d6cdddf063f2a97 (patch) | |
| tree | 1610dfa9f76d15fd5731a900b854d62d08438ddc /src/commands/dev | |
| parent | a540b4083b7a5662ec49b7576b215fe5d3153358 (diff) | |
| download | tanzanite-1182f63498c856111762e2766d6cdddf063f2a97.tar.gz tanzanite-1182f63498c856111762e2766d6cdddf063f2a97.tar.bz2 tanzanite-1182f63498c856111762e2766d6cdddf063f2a97.zip | |
misc improvements
Diffstat (limited to 'src/commands/dev')
| -rw-r--r-- | src/commands/dev/__template.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/dev/__template.ts b/src/commands/dev/__template.ts index 11d9649..6adba08 100644 --- a/src/commands/dev/__template.ts +++ b/src/commands/dev/__template.ts @@ -11,16 +11,16 @@ export default class TemplateCommand extends BushCommand { args: [ { id: 'required_argument', - type: 'string', description: 'This is the first argument.', + type: 'string', prompt: 'What would you like to set your first argument to be?', retry: '{error} Pick a valid argument.', slashType: 'STRING' }, { id: 'optional_argument', - type: 'string', description: 'This is the second argument.', + type: 'string', prompt: 'What would you like to set your second argument to be?', retry: '{error} Pick a valid argument.', optional: true, |
