ClaudeWrapper.Commands.Version (ClaudeWrapper v0.4.0)

Copy Markdown View Source

claude --version command.

Summary

Functions

Get the CLI version.

Types

version_info()

@type version_info() :: %{version: String.t(), raw: String.t()}

Functions

execute(config)

@spec execute(ClaudeWrapper.Config.t()) :: {:ok, version_info()} | {:error, term()}

Get the CLI version.