🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@leynier/ccst

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leynier/ccst - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
+2
-2
package.json
{
"name": "@leynier/ccst",
"version": "0.3.1",
"version": "0.3.2",
"description": "Claude Code Switch Tools for managing contexts",

@@ -59,2 +59,2 @@ "keywords": [

}
}
}
#!/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")