feat: add standalone client with FIFO command interface
This commit is contained in:
committed by
Loic Coenen (aider)
parent
5ad831f50c
commit
998406616a
8
client/main.c
Normal file
8
client/main.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "tui.h"
|
||||
|
||||
int main(void) {
|
||||
tui_init();
|
||||
tui_run();
|
||||
tui_cleanup();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user