mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-13 17:36:44 +00:00
style: cargo fmt line wrap in run_resume_command plugins handler
This commit is contained in:
@@ -3559,7 +3559,8 @@ fn run_resume_command(
|
||||
let loader = ConfigLoader::default_for(&cwd);
|
||||
let runtime_config = loader.load()?;
|
||||
let mut manager = build_plugin_manager(&cwd, &loader, &runtime_config);
|
||||
let result = handle_plugins_slash_command(action.as_deref(), target.as_deref(), &mut manager)?;
|
||||
let result =
|
||||
handle_plugins_slash_command(action.as_deref(), target.as_deref(), &mut manager)?;
|
||||
let action_str = action.as_deref().unwrap_or("list");
|
||||
let json = serde_json::json!({
|
||||
"kind": "plugin",
|
||||
|
||||
Reference in New Issue
Block a user