refactor Subcommand to abstract class, add add link and tag subcommands
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
4e74f8b10e
commit
78730bc69f
7 changed files with 170 additions and 11 deletions
|
@ -14,7 +14,6 @@ public class CustomTagsCliAdapter {
|
|||
|
||||
public void addCustomTagMatcher(String name, String regexString) {
|
||||
customTagsUseCase.addCustomTagMatcher(new CustomTagMatcher(new TagName(name), regexString));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue