Skip to content

fix: Remove interactive prompt on startup - #11

Open
helldrum wants to merge 1 commit into
vxfemboy:OwO-Whats-Thisfrom
helldrum:fix/remove-interactive-prompt
Open

fix: Remove interactive prompt on startup#11
helldrum wants to merge 1 commit into
vxfemboy:OwO-Whats-Thisfrom
helldrum:fix/remove-interactive-prompt

Conversation

@helldrum

@helldrum helldrum commented Sep 5, 2025

Copy link
Copy Markdown

Previously, the application would show an interactive prompt to select a dialect (cat or dog) on the first run, even when running non-interactive commands like --help.

This was caused by the ConfigManager initializing the configuration interactively when the config file was not found.

This commit fixes the issue by making the configuration initialization non-interactive. A default configuration file is now created automatically if it doesn't exist. The user can change the dialect using the 'set-dialect' command.

also fix import error during build .

Previously, the application would show an interactive prompt to select a
dialect (cat or dog) on the first run, even when running non-interactive
commands like --help.

This was caused by the ConfigManager initializing the configuration
interactively when the config file was not found.

This commit fixes the issue by making the configuration initialization
non-interactive. A default configuration file is now created automatically
if it doesn't exist. The user can change the dialect using the
'set-dialect' command.
@vxfemboy
vxfemboy changed the base branch from main to OwO-Whats-This September 23, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant