shipper-cli 0.3.0-rc.2

CLI adapter for Shipper. Install with `cargo install shipper --locked`; this crate is for embedders who want the exact CLI surface programmatically.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: crates/shipper-cli/tests/e2e_expanded.rs
expression: "normalize_stderr(&stderr.replace(config_path.to_str().unwrap(),\n\"<CONFIG_PATH>\").replace(&config_path.to_str().unwrap().replace('\\\\', \"/\"),\n\"<CONFIG_PATH>\",),)"
---
Error: Failed to load config file: <CONFIG_PATH>

Caused by:
    0: Failed to parse config file: <CONFIG_PATH>
    1: TOML parse error at line 3, column 8
         |
       3 | mode = 12345
         |        ^^^^^
       wanted string or table