Skip to content

Adds config management subcommand#44

Merged
UnstoppableMango merged 4 commits intomainfrom
less-awkward
Jun 29, 2025
Merged

Adds config management subcommand#44
UnstoppableMango merged 4 commits intomainfrom
less-awkward

Conversation

@UnstoppableMango
Copy link
Contributor

Introduces a new config subcommand for managing the application's configuration.

  • Adds a verify command to check the validity of the configuration.
  • Moves the config initialization logic to the initialize config subcommand.
  • Improves config loading to handle missing config gracefully.

Refactors config loading to handle missing files more gracefully.
It now checks specifically for a "not found" error when attempting
to load the configuration, preventing unexpected behavior when
the configuration file is absent.

Introduces a new function to unmarshal Viper configurations.
@UnstoppableMango UnstoppableMango merged commit c0f6c8c into main Jun 29, 2025
2 checks passed
@UnstoppableMango UnstoppableMango deleted the less-awkward branch June 29, 2025 19:41
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

Comments