feat: add simple two-thread watch prototype
I feel like I'm crushing it today!
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
#include "optional.h"
|
||||
|
||||
typedef struct {
|
||||
// prototyping
|
||||
optional_str file;
|
||||
optional_str file2;
|
||||
|
||||
// actual
|
||||
int verbosity;
|
||||
bool help;
|
||||
bool version;
|
||||
|
Reference in New Issue
Block a user