ErrLookup › charmbracelet/gum
charmbracelet/gum
A tool for glamorous shell scripts 🎀 · Go · 58 source files
Analyzed at 4d089f9550 on 2026-08-31. 44 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| no options provided, see `gum choose --help` | validation | error | cli, gum, choose, empty-input |
| nothing selected | validation | error | cli, gum, choose, user-cancelled |
| invalid option format: %q | validation | error | cli, gum, choose, format |
| unable to pick selection: %w | console | error | cli, gum, bubbletea, tty |
| at least one between --file and --directory must be set | validation | error | cli, gum, file, flags |
| no file selected | validation | error | cli, gum, file, user-cancelled |
| file not found: %w | console | error | cli, gum, file, path |
| unable to pick selection: %w | console | error | cli, gum, bubbletea, tty |
| no options provided, see `gum filter --help` | validation | error | cli, gum, filter, empty-input |
| nothing selected | validation | error | cli, gum, filter, user-cancelled |
| unable to run filter: %w | console | error | go, cli, tui, bubbletea |
| not submitted | validation | info | go, cli, user-cancelled, bubbletea |
| failed to run input: %w | console | error | go, cli, context-cancelled, tui |
| no input provided, see `gum style --help` | validation | warning | go, cli, missing-argument, stdin |
| not submitted | validation | info | go, cli, user-cancelled, textarea |
| unable to confirm: %w | console | error | go, cli, tui, tty |
| unable to write output: %w | console | error | go, cli, io, broken-pipe |
| unable to create renderer: %w | console | error | go, cli, glamour, configuration |
| unable to render: %w | console | error | go, cli, glamour, markdown |
| unable to parse template: %w | validation | error | go, template, text-template, parsing |
| stdin is empty | validation | error | go, stdin, io, empty-input |
| failed to read line: %w | console | error | go, stdin, io, bufio |
| failed to write: %w | console | error | go, memory, strings-builder, buffer |
| failed to write rune: %w | console | error | go, memory, stdin, buffer |
| error opening file: %w | console | error | go, filesystem, permissions, logging |
| unable to read stdin | console | error | go, stdin, pager, empty-input |
| provide some content to display | validation | warning | cli, input-validation, empty-input |
| unable to start program: %w | console | error | tui, bubbletea, terminal, tty |
| unable to run action: %w | console | error | tui, bubbletea, spinner, tty |
| failed to write to stdout: %w | console | error | io, stdout, stderr, broken-pipe |
| could not render file: %w | console | error | cli, file-io, file-not-found |
| no data provided | validation | warning | cli, input-validation, empty-input |
| separator must be single character | validation | error | cli, csv, input-validation, argument-parsing |
| unable to parse columns | validation | error | csv, parsing, input-validation |
| invalid data provided | validation | error | csv, input, parsing |
| invalid number of columns | validation | error | csv, table, validation |
| failed to start tea program: %w | exception | error | tui, terminal, bubbletea |
| failed to get selection | exception | error | tui, bubbletea, nil-model |
| failed to write col %d of selected row: %w | exception | error | output, pipe, io |
| failed to write selected row: %w | exception | error | output, pipe, io |
| could not parse range %s: %w | validation | error | semver, cli, parsing |
| could not parse version %s: %w | validation | warning | semver, build, versioning |
| gum version %q is not within given range %q | validation | error | semver, versioning, cli |
| failed to run write: %w | exception | error | tui, terminal, bubbletea |