Update Cliffy.
This commit is contained in:
parent
f350e75ff5
commit
092d6b6a13
|
@ -1,4 +1,4 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
|
|
||||||
import { runCommand } from "./run.ts";
|
import { runCommand } from "./run.ts";
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
import * as prompt from "https://deno.land/x/cliffy@v0.25.5/prompt/mod.ts";
|
import * as prompt from "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts";
|
||||||
|
|
||||||
export const runCommand = new Command()
|
export const runCommand = new Command()
|
||||||
.name("run")
|
.name("run")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
|
|
||||||
import { runAndReturnStdout } from "./utilities.ts";
|
import { runAndReturnStdout } from "./utilities.ts";
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
import { runAndReturnStdout } from "./utilities.ts";
|
import { runAndReturnStdout } from "./utilities.ts";
|
||||||
|
|
||||||
async function main(): Promise<void> {
|
async function main(): Promise<void> {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
|
|
||||||
const imagePath = new URL("../data/wallpaper.jpg", import.meta.url).pathname;
|
const imagePath = new URL("../data/wallpaper.jpg", import.meta.url).pathname;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
import * as prompt from "https://deno.land/x/cliffy@v0.25.5/prompt/mod.ts";
|
import * as prompt from "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts";
|
||||||
|
|
||||||
import { stringifyJsonPretty } from "./utilities.ts";
|
import { stringifyJsonPretty } from "./utilities.ts";
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
import { tomlFrontmatter } from "./utilities.ts";
|
import { tomlFrontmatter } from "./utilities.ts";
|
||||||
|
|
||||||
type Frontmatter = {
|
type Frontmatter = {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
import { existsSync } from "https://deno.land/std@0.167.0/node/fs.ts";
|
import { existsSync } from "https://deno.land/std@0.167.0/node/fs.ts";
|
||||||
|
|
||||||
async function main(): Promise<void> {
|
async function main(): Promise<void> {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
|
|
||||||
import { runAndReturnStdout } from "./utilities.ts";
|
import { runAndReturnStdout } from "./utilities.ts";
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
|
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
|
||||||
|
|
||||||
const hiddenApi = "http://127.0.0.1:7813";
|
const hiddenApi = "http://127.0.0.1:7813";
|
||||||
const remoteApi = "http://127.0.0.1:7814/api1";
|
const remoteApi = "http://127.0.0.1:7814/api1";
|
||||||
|
|
Loading…
Reference in New Issue