Comparing version 2.1.1 to 2.1.2
@@ -8,4 +8,8 @@ import { Option, program } from "commander"; | ||
import picocolors from "picocolors"; | ||
import { version } from "./package.json"; | ||
program.name("fetchbook").description("Manage your HTTP requests"); | ||
program | ||
.name("fetchbook") | ||
.description("Manage your HTTP requests") | ||
.version(version); | ||
@@ -12,0 +16,0 @@ program |
{ | ||
"name": "fetchbook", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Manage your HTTP requests", | ||
@@ -5,0 +5,0 @@ "author": "Alejandro Tardín <alejandro@tardin.com>", |
@@ -19,2 +19,3 @@ import { afterAll, beforeAll, expect, test } from "bun:test"; | ||
$test`fetchbook --help`; | ||
$test`fetchbook --version`; | ||
$test`fetchbook run --all`; | ||
@@ -21,0 +22,0 @@ $test`fetchbook run test/posts/add-post.fetch.ts`; |
Sorry, the diff of this file is not supported yet
27444
594