Build a specific binary from the picc workspace.
Available binaries: picc, axcli, ax_tui, ax_print, standup, hidden, claude_menubar, english-refiner, voice-correct, clipcopy
Requires sensevoice feature: dictation
Usage: $ARGUMENTS should be the binary name, optionally followed by --run to also execute it.
Steps:
- Parse
$ARGUMENTSto get the binary name and whether to run - If the binary is
dictation, add--features sensevoice - Run
cargo build --bin <name>(with features if needed) - If
--runwas specified and build succeeded, runcargo run --bin <name> - Report build result
Source: andelf/picc — distributed by TomeVault.