Fix command help text: Replace Codex with LLMX in CLI descriptions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sebastian Krüger
2025-11-11 15:42:45 +01:00
parent 70cb667a2c
commit e551b833a1
3 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ use crate::get_task::OutputItem;
use crate::get_task::PrOutputItem;
use crate::get_task::get_task;
/// Applies the latest diff from a Codex agent task.
/// Applies the latest diff from a LLMX agent task.
#[derive(Debug, Parser)]
pub struct ApplyCommand {
pub task_id: String,