Loading cli/mod.ts +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import { command as inbox } from "./inbox.tsx"; import { command as init } from "./init.ts"; import { logFile, recordingSink } from "./log.ts"; import { command as lookup } from "./lookup.ts"; import { command as node } from "./node.ts"; import { command as nodeinfo } from "./nodeinfo.ts"; import { command as tunnel } from "./tunnel.ts"; import { command as webfinger } from "./webfinger.ts"; Loading Loading @@ -63,7 +63,7 @@ const command = new Command() .command("init", init) .command("lookup", lookup) .command("inbox", inbox) .command("node", node) .command("nodeinfo", nodeinfo) .command("tunnel", tunnel) .command("completions", new CompletionsCommand()) .command("webfinger", webfinger) Loading cli/node.test.ts→cli/nodeinfo.test.ts +1 −1 Original line number Diff line number Diff line import { assertEquals } from "@std/assert"; import fetchMock from "fetch-mock"; import { getAsciiArt, getFaviconUrl, Jimp, rgbTo256Color } from "./node.ts"; import { getAsciiArt, getFaviconUrl, Jimp, rgbTo256Color } from "./nodeinfo.ts"; const HTML_WITH_SMALL_ICON = ` <!DOCTYPE html> Loading cli/node.ts→cli/nodeinfo.ts +0 −0 File moved. View file Loading
cli/mod.ts +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import { command as inbox } from "./inbox.tsx"; import { command as init } from "./init.ts"; import { logFile, recordingSink } from "./log.ts"; import { command as lookup } from "./lookup.ts"; import { command as node } from "./node.ts"; import { command as nodeinfo } from "./nodeinfo.ts"; import { command as tunnel } from "./tunnel.ts"; import { command as webfinger } from "./webfinger.ts"; Loading Loading @@ -63,7 +63,7 @@ const command = new Command() .command("init", init) .command("lookup", lookup) .command("inbox", inbox) .command("node", node) .command("nodeinfo", nodeinfo) .command("tunnel", tunnel) .command("completions", new CompletionsCommand()) .command("webfinger", webfinger) Loading
cli/node.test.ts→cli/nodeinfo.test.ts +1 −1 Original line number Diff line number Diff line import { assertEquals } from "@std/assert"; import fetchMock from "fetch-mock"; import { getAsciiArt, getFaviconUrl, Jimp, rgbTo256Color } from "./node.ts"; import { getAsciiArt, getFaviconUrl, Jimp, rgbTo256Color } from "./nodeinfo.ts"; const HTML_WITH_SMALL_ICON = ` <!DOCTYPE html> Loading