fs Add unmount subcommand

This commit is contained in:
2025-10-25 23:21:30 +02:00
parent 08c1171d50
commit f389f58daf
2 changed files with 21 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#define CMDS(X) \
X(fetch) X(mkf) X(mkd) \
X(tree) X(mount) X(del) \
X(fmt)
X(fmt) X(unmount)
void main(void) {
if (argslen() == 0) {