Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkohd committed Jan 5, 2024
1 parent ec4c8dc commit 404d9dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ fn main() {
#[tauri::command]
fn test_command(args: u64) -> Result<String, ()> {
println!("executed command with args {:?}", args);

Ok("executed".into())
}

Expand Down

0 comments on commit 404d9dc

Please sign in to comment.