|
GadgetSeed
0.9.6
|
シェルコマンド構造体 [詳解]
#include <shell.h>

フィールド | |
| uchar | name [12] |
| コマンド名文字列 | |
| void(* | init )(void) |
| コマンド初期化関数 | |
| int(* | command )(int argc, uchar *argv[]) |
| コマンド実行関数 | |
| unsigned short | attr |
| コマンド属性 | |
| char * | usage_str |
| 使用法文字列 | |
| char * | manual_str |
| マニュアル文字列 | |
| const struct st_shell_command *const * | sublist |
| サブコマンド配列 | |