Four expect("HOME not set") calls in config.rs and one unwrap()
in admin.rs would panic if HOME wasn't set. Use dirs::home_dir()
consistently for portability.
Co-Authored-By: Proof of Concept <poc@bcachefs.org>
|
||
|---|---|---|
| .. | ||
| agent | ||
| bin | ||
| cli | ||
| hippocampus | ||
| learn | ||
| subconscious | ||
| thought | ||
| config.rs | ||
| lib.rs | ||
| main.rs | ||
| session.rs | ||
| tui.rs | ||
| util.rs | ||