Added CLI

This commit is contained in:
fedyna-k
2025-01-21 09:19:50 +01:00
parent 9fee9ea0e8
commit f3c0b91f9c
4 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ export async function listModules(): Promise<void> {
console.log(path.name);
}
}
}
}