PulseAugur
实时 15:28:53
Français(FR) Can you queue slash commands in Claude Code?

Claude Code 缺乏斜杠命令排队功能,将后续命令视为参数

Claude Code 是一款用于与 AI 模型交互的工具,不支持在同一输入块内的单行或跨换行符处排队执行多个斜杠命令。在版本 2.1.233 上进行的测试表明,第一个斜杠命令会被执行,而所有后续文本(包括其他命令)都会被视为该初始命令的参数。通过自定义命令测试和在 r/ClaudeCode 上的讨论证实了这一行为,突显了该命令行界面缺乏明确的排队或批量处理功能。 AI

影响 此限制可能会影响 Claude Code 中的用户工作流程,要求用户单独提交命令,而不是批量提交。

排序理由 该条目描述了软件工具 Claude Code 的特定功能限制。

在 dev.to — Claude Code tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Claude Code 缺乏斜杠命令排队功能,将后续命令视为参数

报道来源 [1]

  1. dev.to — Claude Code tag TIER_1 Français(FR) · Charles Hasse ·

    Claude Code 中可以排队斜杠命令吗?

    <p><strong>Short answer:</strong> no. Claude Code 2.1.233 has no queue for slash commands, and typing <code>/code-review /clear /simplify</code> on one line does not run three commands. It runs the first one and hands the rest to it as plain text. We measured six cases on August …