Skip to content

Conversation

@p4rthh
Copy link
Contributor

@p4rthh p4rthh commented Dec 18, 2025

The --confDir flag was present in the interface but marked as (TODO) in the help menu and lacked test coverage.

This PR:

  • Enables the --confDir argument in the CLI.
  • Updates the help menu to remove the (TODO) tag.
  • Adds an integration test (src/test/confDir.spec.ts) to verify that the CLI correctly loads config.ini from a custom directory.

Testing

Added confDir.spec.ts which creates a temporary directory with a config.ini file and verifies startup() loads the token correctly.

Verified manually by running npm start -- deploy --confDir ./custom-folder.

@p4rthh p4rthh force-pushed the feat/enable-confdir branch from a7a1181 to 876f16b Compare December 18, 2025 21:52
@p4rthh p4rthh force-pushed the feat/enable-confdir branch from 208c881 to 67488a6 Compare December 18, 2025 21:57
@p4rthh p4rthh closed this Dec 19, 2025
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