#
Config
Configuration management for EnderCliTools. This command allows you to manage settings and preferences for the various tools.
#
Usage
The config command can be executed in two ways:
# Full command
enderclitools config <COMMAND>
# Short alias
ect config <COMMAND>
#
Subcommands
The config command has the following subcommands:
set- Set configuration valuesget- Get configuration valuesreset- Reset configuration to defaultshelp- Print help message or help for specific subcommand
#
Examples
# Get help for the config command
PS C:\Users\endki> ect config --help
# Get help for a specific subcommand
PS C:\Users\endki> ect config set --help
PS C:\Users\endki> ect config get --help
PS C:\Users\endki> ect config reset --help
#
Configuration Structure
EnderCliTools stores its configuration in a structured format that allows you to customize the behavior of various tools like dps, dcps, and others. Each tool can have its own specific settings while sharing common configuration options.
See the individual subcommand documentation for detailed usage examples and available configuration options.
