Commit 76bf32a2 authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files
parent bbbd59ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,8 +66,8 @@ const command = new Command()
  .command("node", node)
  .command("tunnel", tunnel)
  .command("completions", new CompletionsCommand())
  .command("help", new HelpCommand().global())
  .command("webfinger", webfinger);
  .command("webfinger", webfinger)
  .command("help", new HelpCommand().global());

if (import.meta.main) {
  await command.parse(Deno.args);