MCPcopy Create free account
hub / github.com/coder/wush / CliCommandCardProps

Interface CliCommandCardProps

site/components/ui/cli-command.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Check, Copy } from "lucide-react";
6
7interface CliCommandCardProps {
8 command: string;
9}
10
11export function CliCommandCard({ command }: CliCommandCardProps) {
12 const [isCopied, setIsCopied] = useState(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected