yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::ToolArgument Struct Reference

#include <prompt_builder.h>

Public Attributes

std::string name
 
std::string description
 
bool required = false
 
std::string example
 

Detailed Description

Definition at line 41 of file prompt_builder.h.

Member Data Documentation

◆ name

std::string yaze::cli::ToolArgument::name

Definition at line 42 of file prompt_builder.h.

Referenced by yaze::cli::PromptBuilder::ParseTools().

◆ description

std::string yaze::cli::ToolArgument::description

Definition at line 43 of file prompt_builder.h.

Referenced by yaze::cli::PromptBuilder::ParseTools().

◆ required

bool yaze::cli::ToolArgument::required = false

Definition at line 44 of file prompt_builder.h.

Referenced by yaze::cli::PromptBuilder::ParseTools().

◆ example

std::string yaze::cli::ToolArgument::example

Definition at line 45 of file prompt_builder.h.

Referenced by yaze::cli::PromptBuilder::ParseTools().


The documentation for this struct was generated from the following file: