We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3758f99 commit 57768d0Copy full SHA for 57768d0
implement-shell-tools/ls/ls.mjs
@@ -1,6 +1,5 @@
1
import { promises as fs } from "node:fs";
2
import { program } from "commander";
3
-import { dirxml } from "node:console";
4
5
program
6
.name("ls ")
0 commit comments