MonkOS  v0.1
A simple 64-bit operating system (x86_64)
cmd Struct Reference

A command descriptor, describing each command accepted in command mode. More...

Data Fields

const char * str
 
const char * help
 
bool(* run )()
 

Detailed Description

A command descriptor, describing each command accepted in command mode.

Definition at line 74 of file shell.c.

Field Documentation

const char* cmd::str

Definition at line 76 of file shell.c.

Referenced by cmd_display_help(), and cmp_cmds().

const char* cmd::help

Definition at line 77 of file shell.c.

Referenced by cmd_display_help().

bool(* cmd::run) ()

Definition at line 78 of file shell.c.


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