diff --git a/Target/Class/Document.js b/Target/Class/Document.js index 41dfd5e..8c06dde 100644 --- a/Target/Class/Document.js +++ b/Target/Class/Document.js @@ -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.").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.").action((await import("../Function/Document.js")).default).parse();export{e as default};