girara
 
Loading...
Searching...
No Matches
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 146 of file internal.h.

Field Documentation

◆ abbr

char* girara_command_t::abbr

Abbreviation of the command

Definition at line 148 of file internal.h.

◆ command

char* girara_command_t::command

Name of the command

Definition at line 147 of file internal.h.

◆ completion

girara_completion_function_t girara_command_t::completion

Completion function

Definition at line 150 of file internal.h.

◆ description

char* girara_command_t::description

Description of the command

Definition at line 151 of file internal.h.

◆ function

girara_command_function_t girara_command_t::function

Function

Definition at line 149 of file internal.h.


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