Skip to main content

Module config

Module config 

Source
Expand description

Config command implementation - manage project configuration

Supports the following operations:

  • actr config set <key> <value> - Set a configuration value
  • actr config get <key> - Get a configuration value
  • actr config list - List all configuration keys
  • actr config show - Show full configuration
  • actr config unset <key> - Remove a configuration value
  • actr config test - Test configuration file syntax

Structs§

ConfigCommand

Enums§

ConfigSubcommand
OutputFormat