refactor(cli)!: renamed status command to files and changed directory structure for the .merk dir

This commit is contained in:
lisk77 2025-08-23 12:11:53 +02:00
parent 483cb08a83
commit e52740a03b
2 changed files with 26 additions and 6 deletions

View file

@ -8,6 +8,7 @@
#include <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include "file.h"
#include "action_list.h"