Skip to content

Commit

Permalink
Put #runWith: in deprecations package.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque committed Aug 14, 2019
1 parent dfedba9 commit cc9025d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Commander2-Deprecations/CmCommand.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ CmCommand class >> defaultCommandName [
self deprecated: 'Use #defaultName instead.' transformWith: '`@receiver defaultCommandName' -> '`@receiver defaultName'.
^ self defaultName
]

{ #category : #'*Commander2-Deprecations' }
CmCommand class >> runWith: anObject [
self new runWith: anObject
]

0 comments on commit cc9025d

Please sign in to comment.