We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cf2f5 commit 4f7343eCopy full SHA for 4f7343e
src/PharoLauncher-CLI/PhLTemplateUpdateCliCommand.class.st
@@ -13,6 +13,12 @@ PhLTemplateUpdateCliCommand class >> asCliCommand [
13
^ self newLauncherCommandSpec: #update
14
]
15
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
22
{ #category : #'command execution' }
23
PhLTemplateUpdateCliCommand >> basicExecute [
24
0 commit comments