For the complete documentation index, see llms.txt. This page is also available as Markdown.

Arguments

Arguments are special tags or flags added to a prompt to customize its behavior or the behavior of the entire command execution.

CommandPrompter supports two types of arguments:

  1. Prompt Arguments: Modify the behavior or appearance of a specific prompt (e.g., UI type, input validation).

  2. Session Arguments: Modify the outcome or behavior of the entire command flow (e.g., running post-commands).

Last updated

Was this helpful?