Current section

Files

Jump to
claude_code lib claude_code system default.ex
Raw

lib/claude_code/system/default.ex

defmodule ClaudeCode.System.Default do
@moduledoc false
@behaviour ClaudeCode.System
@impl true
def cmd(command, args, opts) do
System.cmd(command, args, opts)
end
end