config
View or edit configuration
Usage
bookmark configDescription
newConfigCmd creates the config command for viewing or editing configuration.
The config command opens the configuration file in your configured editor. If the config file doesn’t exist, it will be created with default values.
Subcommands:
- init: Generate a default config file
Examples:
# Open config in editorbookmark config
# Initialize new config filebookmark config init
# Force overwrite existing configbookmark config init --forceSource
See config.go for implementation details.