cli: wire shelve flag; more clippy fixes
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I694da71afe93bcb33687ff7d8e75f04f6a6a6964
This commit is contained in:
parent
1db1d4d6d2
commit
5385c0f4ed
4 changed files with 18 additions and 16 deletions
|
|
@ -35,7 +35,7 @@ pub async fn execute(
|
|||
let config_dir = config_path.parent().unwrap_or(Path::new("."));
|
||||
|
||||
// IPC coordination - prevent concurrent operations on the same modpack
|
||||
let ipc = IpcCoordinator::new(&config_dir.to_path_buf())?;
|
||||
let ipc = IpcCoordinator::new(config_dir)?;
|
||||
let ipc_timeout = std::time::Duration::from_secs(60);
|
||||
|
||||
// Check for conflicting export operations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue