maple.cmd.cli.config

Configuration management commands for the MAPLE CLI.

This module provides commands for viewing, initializing, and managing the MAPLE configuration file. It allows users to inspect current settings, create default configuration files, and locate the config file path.

Commands: - show: Display current configuration with all settings - init: Create a default configuration file - path: Show the path to the configuration file

Functions

config_init(force)

Create default config file.

config_path()

Show config file path.

config_show()

Show current configuration.