meta: split into independent repo; add build system, frontend
This commit is contained in:
10
tool/cmd/cmd.h
Normal file
10
tool/cmd/cmd.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef CMD_CMD_H_
|
||||
#define CMD_CMD_H_
|
||||
|
||||
enum command_id {
|
||||
CMD_ROOT,
|
||||
CMD_VALIDATE,
|
||||
CMD_INTERNAL,
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user