Skip to content

Commit 57768d0

Browse files
committed
remove unused code
1 parent 3758f99 commit 57768d0

File tree

1 file changed

+0
-1
lines changed
  • implement-shell-tools/ls

1 file changed

+0
-1
lines changed

implement-shell-tools/ls/ls.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { promises as fs } from "node:fs";
22
import { program } from "commander";
3-
import { dirxml } from "node:console";
43

54
program
65
.name("ls ")

0 commit comments

Comments
 (0)