girara
Data Fields
girara_command_t Struct Reference

#include <internal.h>

Data Fields

char * command
 
char * abbr
 
girara_command_function_t function
 
girara_completion_function_t completion
 
char * description
 

Detailed Description

Structure of a command

Definition at line 156 of file internal.h.

Field Documentation

◆ abbr

char* girara_command_t::abbr

Abbreviation of the command

Definition at line 159 of file internal.h.

◆ command

char* girara_command_t::command

Name of the command

Definition at line 158 of file internal.h.

◆ completion

girara_completion_function_t girara_command_t::completion

Completion function

Definition at line 161 of file internal.h.

◆ description

char* girara_command_t::description

Description of the command

Definition at line 162 of file internal.h.

◆ function

girara_command_function_t girara_command_t::function

Function

Definition at line 160 of file internal.h.


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