fs lsmount subcommand for listing VFS mountpoint info

This commit is contained in:
2025-11-04 00:25:57 +01:00
parent 95e5d17018
commit 771bbd1e9a
2 changed files with 19 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(unmount)
X(fmt) X(unmount) X(lsmount) \
void main(void) {
if (argslen() == 0) {