aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/__template.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/__template.ts')
-rw-r--r--src/commands/dev/__template.ts4
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,