diff --git a/source/Launchpad-Commands-Pharo/LaunchpadTCPCommandServerOption.class.st b/source/Launchpad-Commands-Pharo/LaunchpadTCPCommandServerOption.class.st index 38da792..ede0741 100644 --- a/source/Launchpad-Commands-Pharo/LaunchpadTCPCommandServerOption.class.st +++ b/source/Launchpad-Commands-Pharo/LaunchpadTCPCommandServerOption.class.st @@ -13,6 +13,13 @@ LaunchpadTCPCommandServerOption class >> for: aCommand [ ^ self new initializeFor: aCommand ] +{ #category : #'class initialization' } +LaunchpadTCPCommandServerOption class >> initialize [ + + + LaunchpadRootCommand version: ( VersionFromRepositoryResolver new valueFor: #BaselineOfLaunchpad ) +] + { #category : #testing } LaunchpadTCPCommandServerOption class >> isExtendedStartingOption [ diff --git a/source/Launchpad-Commands/LaunchpadRootCommand.class.st b/source/Launchpad-Commands/LaunchpadRootCommand.class.st index 9f330f1..3c825f2 100644 --- a/source/Launchpad-Commands/LaunchpadRootCommand.class.st +++ b/source/Launchpad-Commands/LaunchpadRootCommand.class.st @@ -17,13 +17,6 @@ LaunchpadRootCommand class >> commandName [ ^ 'launchpad' ] -{ #category : #initialization } -LaunchpadRootCommand class >> initialize [ - - - self version: ( VersionFromRepositoryResolver new valueFor: #BaselineOfLaunchpad ) -] - { #category : #accessing } LaunchpadRootCommand class >> summary [