mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 04:43:00 +00:00
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':
|
if __name__ == 'kiwi.runner':
|
||||||
Runner().setup_all()
|
_ = Runner()
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
from ..config import LoadedConfig
|
from ..config import LoadedConfig
|
||||||
from ..core import Parser
|
|
||||||
|
|
||||||
from ._utils import SubCommand
|
from ._utils import SubCommand
|
||||||
|
|
||||||
|
@ -7,8 +6,8 @@ from ._utils import SubCommand
|
||||||
class ShowCommand(SubCommand):
|
class ShowCommand(SubCommand):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
'logs',
|
'show',
|
||||||
description="Show logs of a project"
|
description="Show effective kiwi.yml"
|
||||||
)
|
)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|
Loading…
Reference in a new issue