Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add command line interface and the option to specify a custom config file #21

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

flexiondotorg
Copy link
Member

Description

This patch adds the essential command line options, --help, --version and --config. It also fixes a bug where the config file would always default to the one in the current directory.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation (updates the documentation)

Checklist:

  • I have performed a self-review of my code
  • I have tested my code in common scenarios and confirmed there are no regressions
  • I have added comments to my code, particularly in hard-to-understand sections
  • I have made corresponding changes to the documentation

@flexiondotorg flexiondotorg merged commit 6d14c84 into main Jul 23, 2024
4 checks passed
@flexiondotorg flexiondotorg deleted the cli branch July 23, 2024 22:11
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.

feat: Add option to specify config file location on the command line
1 participant