US gas price lookup CLI powered by EIA data.
```sh
cargo install --path crates/dee-gas
```
```sh
dee-gas national --json
dee-gas prices --state CA --grade regular --json
dee-gas history --state TX --weeks 6 --json
dee-gas config set eia.api-key <KEY>
```
- ---
Use `--json` for structured price series.
```sh
dee-gas --help
dee-gas <command> --help
```