Skip to content

Add support for global and project configuration ( fixes #4 )#20

Merged
NuriYuri merged 2 commits intomainfrom
Implement-configuration-file
Nov 14, 2025
Merged

Add support for global and project configuration ( fixes #4 )#20
NuriYuri merged 2 commits intomainfrom
Implement-configuration-file

Conversation

@NuriYuri
Copy link
Copy Markdown
Contributor

This time it's just code review as tests are handled via unit tests :)

This implements Psdk::Cli::Configuration.get(:global) and Psdk::Cli::Configuration.get(:local) where :local is the project cli configuration.

Right now, only studio_path and project_paths are implemented:

  • studio_path points the the Pokémon Studio folder and can be changed in the project level.
  • project_paths are all the projects path and is global only (accessible in local but not saved).

@NuriYuri NuriYuri merged commit 0d8354e into main Nov 14, 2025
1 check passed
@NuriYuri NuriYuri deleted the Implement-configuration-file branch November 14, 2025 07:59
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.

3 participants