CodexWrapper.Commands.Features (CodexWrapper v0.4.0)

Copy Markdown View Source

Feature flag management commands.

Wraps codex features list|enable|disable.

Summary

Functions

Disable a feature.

Enable a feature.

List available features.

Functions

disable(config, feature)

@spec disable(CodexWrapper.Config.t(), String.t()) ::
  {:ok, String.t()} | {:error, term()}

Disable a feature.

enable(config, feature)

@spec enable(CodexWrapper.Config.t(), String.t()) ::
  {:ok, String.t()} | {:error, term()}

Enable a feature.

list(config)

@spec list(CodexWrapper.Config.t()) :: {:ok, String.t()} | {:error, term()}

List available features.