1
Fork 0

Update Cliffy.

This commit is contained in:
Bauke 2023-02-26 11:59:03 +01:00
parent f350e75ff5
commit 092d6b6a13
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
10 changed files with 12 additions and 12 deletions

View File

@ -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";

View File

@ -1,5 +1,5 @@
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
import * as prompt from "https://deno.land/x/cliffy@v0.25.5/prompt/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.7/prompt/mod.ts";
export const runCommand = new Command()
.name("run")

View File

@ -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";

View File

@ -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";
async function main(): Promise<void> {

View File

@ -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;

View File

@ -1,5 +1,5 @@
import { Command } from "https://deno.land/x/cliffy@v0.25.5/command/mod.ts";
import * as prompt from "https://deno.land/x/cliffy@v0.25.5/prompt/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.7/prompt/mod.ts";
import { stringifyJsonPretty } from "./utilities.ts";

View File

@ -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";
type Frontmatter = {

View File

@ -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";
async function main(): Promise<void> {

View File

@ -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";

View File

@ -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 remoteApi = "http://127.0.0.1:7814/api1";