init(cli): add command line interface
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Tanabata file manager command line interface lib
|
||||
// By Masahiko AMANO aka H1K0
|
||||
|
||||
#ifndef TANABATA_CLI_H
|
||||
#define TANABATA_CLI_H
|
||||
|
||||
// Command Line Interface
|
||||
int cli(int argc, char **argv);
|
||||
|
||||
#endif //TANABATA_CLI_H
|
||||
Reference in New Issue
Block a user