forked from platformio/platformio-core
Move Run to the root
This commit is contained in:
@ -22,10 +22,10 @@ from tabulate import tabulate
|
|||||||
|
|
||||||
from platformio import exception, fs, util
|
from platformio import exception, fs, util
|
||||||
from platformio.commands.device import device_monitor as cmd_device_monitor
|
from platformio.commands.device import device_monitor as cmd_device_monitor
|
||||||
from platformio.commands.run.helpers import clean_build_dir, handle_legacy_libdeps
|
|
||||||
from platformio.commands.run.processor import EnvironmentProcessor
|
|
||||||
from platformio.project.config import ProjectConfig
|
from platformio.project.config import ProjectConfig
|
||||||
from platformio.project.helpers import find_project_dir_above, get_project_build_dir
|
from platformio.project.helpers import find_project_dir_above, get_project_build_dir
|
||||||
|
from platformio.run.helpers import clean_build_dir, handle_legacy_libdeps
|
||||||
|
from platformio.run.processor import EnvironmentProcessor
|
||||||
from platformio.test.processor import CTX_META_TEST_IS_RUNNING
|
from platformio.test.processor import CTX_META_TEST_IS_RUNNING
|
||||||
|
|
||||||
# pylint: disable=too-many-arguments,too-many-locals,too-many-branches
|
# pylint: disable=too-many-arguments,too-many-locals,too-many-branches
|
@ -11,5 +11,3 @@
|
|||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from platformio.commands.run.command import cli
|
|
Reference in New Issue
Block a user