fix(tauri): @reserved annotations for 16 unconnected commands
Complete Tauri command audit: 177 total (160 @connected + 16 @reserved + 1 unregistered identity_init) Corrected zclaw_doctor from @connected to @reserved
This commit is contained in:
@@ -113,8 +113,8 @@ pub fn zclaw_approve_device_pairing(
|
||||
approve_local_device_pairing(&app, &device_id, &public_key_base64, url.as_deref())
|
||||
}
|
||||
|
||||
/// @reserved — no frontend UI yet
|
||||
/// Run ZCLAW doctor to diagnose issues
|
||||
// @connected
|
||||
#[tauri::command]
|
||||
pub fn zclaw_doctor(app: AppHandle) -> Result<String, String> {
|
||||
let result = run_zclaw(&app, &["doctor", "--json"])?;
|
||||
|
||||
Reference in New Issue
Block a user