Skip to content

Commit 4f7343e

Browse files
committed
Add template update command description
1 parent 43cf2f5 commit 4f7343e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/PharoLauncher-CLI/PhLTemplateUpdateCliCommand.class.st

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ PhLTemplateUpdateCliCommand class >> asCliCommand [
1313
^ self newLauncherCommandSpec: #update
1414
]
1515

16+
{ #category : #'command line - description' }
17+
PhLTemplateUpdateCliCommand class >> launcherCmdDescription [
18+
19+
^ 'Update the sources.list file used by Pharo Launcher to list available templates.'
20+
]
21+
1622
{ #category : #'command execution' }
1723
PhLTemplateUpdateCliCommand >> basicExecute [
1824

0 commit comments

Comments
 (0)