Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
adding to CliConfiguration the ability to decorate the command
- Loading branch information
Romain Manni-Bucau
committed
Nov 30, 2015
1 parent
aa0914c
commit 99972657e9547610de727041c9e4e6870e6e5a66
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,4 +23,5 @@ public interface CliConfiguration { | ||
String description(); | ||
boolean addDefaultCommands(); | ||
Iterator<Class<? extends UserCommand>> userCommands(); | ||
Runnable decorate(Runnable task); | ||
} |