fabro/crates/arc-cli/src
Bryan Helmkamp 79a6a5e973 Simplify setup.rs: extract openssl helpers, remove unwraps, flatten state
- Extract run_openssl/run_openssl_with_stdin to deduplicate 8 command
  invocations into 2 reusable helpers
- Replace all .unwrap() in production code with .context() for proper
  error messages (stdin handles, path UTF-8 conversions)
- Collect API keys directly into env_pairs, removing redundant
  intermediate api_keys Vec

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 22:28:34 -05:00
..
doctor.rs Add arc setup interactive setup wizard 2026-03-03 22:24:09 -05:00
logging.rs Add --debug global CLI flag to switch log level from INFO to DEBUG 2026-03-02 12:13:59 -05:00
main.rs Add arc setup interactive setup wizard 2026-03-03 22:24:09 -05:00
setup.rs Simplify setup.rs: extract openssl helpers, remove unwraps, flatten state 2026-03-03 22:28:34 -05:00