← 返回命令列表

Linux command

arduino-cli-interactive 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Launch the interactive interface

aci

说明

arduino-cli-interactive (invoked as aci) is a Bash-based terminal user interface that wraps the official arduino-cli tool with interactive menus. Instead of memorizing board FQBNs and command-line arguments, users can select boards, ports, and operations from scrollable menus powered by Charm's gum library. The tool supports board management and selection, sketch creation/editing/compiling/uploading, library management, core installation for ESP8266/ESP32 and third-party boards, a built-in serial monitor, and beginner example code.

FAQ

What is the arduino-cli-interactive command used for?

arduino-cli-interactive (invoked as aci) is a Bash-based terminal user interface that wraps the official arduino-cli tool with interactive menus. Instead of memorizing board FQBNs and command-line arguments, users can select boards, ports, and operations from scrollable menus powered by Charm's gum library. The tool supports board management and selection, sketch creation/editing/compiling/uploading, library management, core installation for ESP8266/ESP32 and third-party boards, a built-in serial monitor, and beginner example code.

How do I run a basic arduino-cli-interactive example?

Run `aci` in a terminal, then adjust file names, paths, flags, or remote targets for your system.