mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
The `fabro-install` crate was introduced for the web wizard but the CLI kept its own copies of the same JWT keypair generation, TOML merging, and GitHub auth settings helpers. Delete the duplicates and route the CLI through `fabro_install::*`. The CLI keeps a thin `merge_server_settings` wrapper because it only ever binds TCP and derives the authority from `--web-url`. Also tighten `persist_install_outputs_direct` to take its `PendingSettingsWrite` argument by reference (satisfies `needless_pass_by_value`) and pull the remaining absolute paths in the crate's test module into `use` statements, clearing the nightly clippy warnings that this branch was carrying. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||