Skip to content

Commit

Permalink
Add template update command description
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed May 24, 2024
1 parent 43cf2f5 commit 4f7343e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/PharoLauncher-CLI/PhLTemplateUpdateCliCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ PhLTemplateUpdateCliCommand class >> asCliCommand [
^ self newLauncherCommandSpec: #update
]

{ #category : #'command line - description' }
PhLTemplateUpdateCliCommand class >> launcherCmdDescription [

^ 'Update the sources.list file used by Pharo Launcher to list available templates.'
]

{ #category : #'command execution' }
PhLTemplateUpdateCliCommand >> basicExecute [

Expand Down

0 comments on commit 4f7343e

Please sign in to comment.