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

#include <prompt_builder.h>

Public Attributes

std::string name
 
std::string description
 
std::vector< ToolArgumentarguments
 
std::string usage_notes
 

Detailed Description

Definition at line 48 of file prompt_builder.h.

Member Data Documentation

◆ name

std::string yaze::cli::ToolSpecification::name

Definition at line 49 of file prompt_builder.h.

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

◆ description

std::string yaze::cli::ToolSpecification::description

Definition at line 50 of file prompt_builder.h.

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

◆ arguments

std::vector<ToolArgument> yaze::cli::ToolSpecification::arguments

Definition at line 51 of file prompt_builder.h.

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

◆ usage_notes

std::string yaze::cli::ToolSpecification::usage_notes

Definition at line 52 of file prompt_builder.h.

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


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