feat: add --generate-config mode to output default config

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-27 22:05:09 -03:00
parent fb636d3077
commit bc78075b1a
4 changed files with 66 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
pub mod common;
pub mod delete;
pub mod diff;
pub mod generate_config;
pub mod get;
pub mod info;
pub mod list;