Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.0][Console] Added isVerbosity* to OutputInterface
Now, only `Output` have theses methods. But in the `Command` class, `execute` receive an instance of `OutputInterface`. So, to avoid coding an implementation, theses method should be added to the interface.
- Loading branch information