Typos
This commit is contained in:
parent
3cb195fe1a
commit
81127096cd
2 changed files with 3 additions and 4 deletions
|
@ -37,4 +37,4 @@ class Runner:
|
|||
|
||||
|
||||
if __name__ == 'kiwi.runner':
|
||||
Runner().setup_all()
|
||||
_ = Runner()
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
from ..config import LoadedConfig
|
||||
from ..core import Parser
|
||||
|
||||
from ._utils import SubCommand
|
||||
|
||||
|
@ -7,8 +6,8 @@ from ._utils import SubCommand
|
|||
class ShowCommand(SubCommand):
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
'logs',
|
||||
description="Show logs of a project"
|
||||
'show',
|
||||
description="Show effective kiwi.yml"
|
||||
)
|
||||
|
||||
def run(self):
|
||||
|
|
Loading…
Reference in a new issue