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.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/dev/__template.ts b/src/commands/dev/__template.ts
index 949e04e..be4f7a7 100644
--- a/src/commands/dev/__template.ts
+++ b/src/commands/dev/__template.ts
@@ -14,7 +14,6 @@ export default class TemplateCommand extends BushCommand {
{
id: 'required_argument',
type: 'string',
-
prompt: {
start: 'What would you like to set your first argument to be?',
retry: '{error} Pick a valid argument.',
@@ -24,7 +23,6 @@ export default class TemplateCommand extends BushCommand {
{
id: 'optional_argument',
type: 'string',
-
prompt: {
start: 'What would you like to set your second argument to be?',
retry: '{error} Pick a valid argument.',