@leynier/ccst
Advanced tools
+2
-2
| { | ||
| "name": "@leynier/ccst", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "description": "Claude Code Switch Tools for managing contexts", | ||
@@ -59,2 +59,2 @@ "keywords": [ | ||
| } | ||
| } | ||
| } |
+2
-0
| #!/usr/bin/env bun | ||
| import { Command } from "commander"; | ||
| import pkg from "../package.json"; | ||
| import { completionsCommand } from "./commands/completions.js"; | ||
@@ -33,2 +34,3 @@ import { configDumpCommand } from "./commands/config/dump.js"; | ||
| .description("Claude Code Switch Tools") | ||
| .version(pkg.version) | ||
| .argument("[context]", "context name") | ||
@@ -35,0 +37,0 @@ .option("-d, --delete", "delete context") |
71470
0.08%1912
0.1%