1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-14 12:35:31 +02:00
tldr/pages.nl/common/pio-system.md
Sebastiaan Speck 5c0c622ef2
pio-*: add Dutch translation (#11799)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2023-12-20 22:32:56 +01:00

28 lines
678 B
Markdown

# pio system
> Gemengde systeem commando's voor PlatformIO.
> Meer informatie: <https://docs.platformio.org/en/latest/core/userguide/system/>.
- Installeer shell completion voor de huidige shell (ondersteund Bash, Fish, Zsh en PowerShell):
`pio system completion install`
- Deinstalleer shell completion voor de huidige shell:
`pio system completion uninstall`
- Toon systeem-wijde PlatformIO informatie:
`pio system info`
- Verwijder ongebruikte PlatformIO data:
`pio system prune`
- Verwijder alleen gecachte data:
`pio system prune --cache`
- Toon ongebruikte PlatformIO data die verwijderd zou worden, maar verwijder het niet echt:
`pio system prune --dry-run`