
pio-check
List of commands for pio-check:
-
pio-check:tldr:54724 pio-check: Perform a basic analysis check on the current project.$ pio checktry on your machineexplain this command
-
pio-check:tldr:5e827 pio-check: Perform an analysis check and only report a specified defect severity type.$ pio check --severity ${select}try on your machineexplain this command
-
pio-check:tldr:a484d pio-check: Perform an analysis check and show detailed information when processing environments.$ pio check --verbosetry on your machineexplain this command
-
pio-check:tldr:e31aa pio-check: Perform a basic analysis check on a specific project.$ pio check --project-dir ${project_dir}try on your machineexplain this command
-
pio-check:tldr:f6b44 pio-check: Perform an analysis check for a specific environment.$ pio check --environment ${environment}try on your machineexplain this command