init(cli): add command line interface

This commit is contained in:
2022-12-25 01:37:46 +03:00
parent b5b2cc7fae
commit 6b5185200e
4 changed files with 431 additions and 0 deletions
+10
View File
@@ -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