Refactor handling of CLI commands

This commit is contained in:
Ivan Kravets
2022-05-31 17:07:56 +03:00
parent 506a08c7cf
commit dcecd5f922
20 changed files with 113 additions and 118 deletions
@@ -93,6 +93,9 @@ def debug_cmd(
)
cli = debug_cmd
def _debug_in_project_dir(
ctx,
project_dir,
+1 -1
View File
@@ -20,7 +20,7 @@ from fnmatch import fnmatch
from hashlib import sha1
from io import BytesIO
from platformio.commands import PlatformioCLI
from platformio.cli import PlatformioCLI
from platformio.commands.run.command import cli as cmd_run
from platformio.commands.run.command import print_processing_header
from platformio.compat import IS_WINDOWS, is_bytes