Delete cli/.spring/commands/add/sam-template directory

This commit is contained in:
Oleg Zhurakousky
2023-10-25 14:28:52 +02:00
committed by GitHub
parent 8a93e10a0e
commit 02b2a1dc46
2 changed files with 0 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
command:
description: Generate a new file with a hello message
options:
#
- name: greeting
description: who or what to say hello to
dataType: string
defaultValue: World
inputType: text # TEXT

View File

@@ -1,4 +0,0 @@
actions:
- generate:
to: hello.txt
text: Hello {{greeting}} on {{os-name}}.