diff --git a/ktoolbox/cli.py b/ktoolbox/cli.py index 0fc8e32..044cd4a 100644 --- a/ktoolbox/cli.py +++ b/ktoolbox/cli.py @@ -22,7 +22,7 @@ class KToolBoxCli: @staticmethod - def version(): + async def version(): """Show KToolBox version""" return __version__ @@ -35,7 +35,7 @@ async def site_version(): return ret.data if ret else ret.message @staticmethod - def config_editor(): + async def config_editor(): """Launch graphical KToolBox configuration editor""" try: from ktoolbox.editor import run_config_editor @@ -48,7 +48,7 @@ def config_editor(): ) @staticmethod - def example_env(): + async def example_env(): """Generate an example configuration ``.env`` file.""" print( render(