You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] give all arguments to Editor to be able to use them
Before this commit:
Overriding the `EditorCommand` to add new parameters/arguments to the command would work. But it would not be accessible from `Editor` class as only the `repository` was given from the args
After this commit:
Forward to the `Editor` all commands arguments
! This is potentially unstable if `__init__` is overridden by `Editor` subclasses
0 commit comments