Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 16, 2024
1 parent 374e8b2 commit 9825882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Target/Class/Document.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
var e=new(await import("commander")).Command().name("Document").version("0.0.6").description("\u{1F4C3}\u2000Document").argument("<File...>","File.").action((await import("../Function/Document.js")).default).parse();export{e as default};
var e=new(await import("commander")).Command().name("Document").version("0.0.6").description("\u{1F4C3}\u2000Document.").argument("<File...>","File.").action((await import("../Function/Document.js")).default).parse();export{e as default};

0 comments on commit 9825882

Please sign in to comment.