Refactor handling of CLI commands
This commit is contained in:
@@ -93,6 +93,9 @@ def debug_cmd(
|
||||
)
|
||||
|
||||
|
||||
cli = debug_cmd
|
||||
|
||||
|
||||
def _debug_in_project_dir(
|
||||
ctx,
|
||||
project_dir,
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user