Commit 356fdde2 by Sébastien Eustace

Update colors in show command

parent 2c37180f
...@@ -19,7 +19,7 @@ class ShowCommand(EnvCommand): ...@@ -19,7 +19,7 @@ class ShowCommand(EnvCommand):
help = """The show command displays detailed information about a package, or help = """The show command displays detailed information about a package, or
lists all packages available.""" lists all packages available."""
colors = ["green", "yellow", "cyan", "magenta", "blue"] colors = ["cyan", "yellow", "green", "magenta", "blue"]
def handle(self): def handle(self):
from clikit.utils.terminal import Terminal from clikit.utils.terminal import Terminal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment