mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
Apply argument comment lint across codex-rs
This commit is contained in:
@@ -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:?})"))
|
||||
|
||||
Reference in New Issue
Block a user