diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-29 22:03:31 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-29 22:03:31 +0100 |
| commit | ea33d92514c809a2efaa9940ce05a5765f3cb41c (patch) | |
| tree | bd9a82424a191b33bb2e0c44513d71c3c05432cb /crates/cli/src/nuke.rs | |
| parent | 3980cc7c38f043c53c9811078101d7a78de3f8d1 (diff) | |
| download | mihi-ea33d92514c809a2efaa9940ce05a5765f3cb41c.tar.gz mihi-ea33d92514c809a2efaa9940ce05a5765f3cb41c.zip | |
Split lib.rs into multiple files
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'crates/cli/src/nuke.rs')
| -rw-r--r-- | crates/cli/src/nuke.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cli/src/nuke.rs b/crates/cli/src/nuke.rs index 6e6624c..f249f46 100644 --- a/crates/cli/src/nuke.rs +++ b/crates/cli/src/nuke.rs @@ -20,7 +20,7 @@ pub fn run(args: Vec<String>) { } } - match mihi::get_config_path() { + match mihi::cfg::get_config_path() { Ok(path) => match std::fs::remove_dir_all(path) { Ok(_) => {} Err(e) => { |
