Apply argument comment lint across codex-rs

This commit is contained in:
Michael Bolin
2026-03-13 18:42:40 -07:00
parent 4e594bc93b
commit cfc2e4783d
208 changed files with 1652 additions and 944 deletions

View File

@@ -219,7 +219,7 @@ fn handle_command(
true
}
UserCommand::RefreshThread => {
match client.request_thread_list(None) {
match client.request_thread_list(/*cursor=*/ None) {
Ok(request_id) => {
output
.client_line(&format!("requested thread list ({request_id:?})"))