-
Notifications
You must be signed in to change notification settings - Fork 0
Add tryke.toml as configuration source #78
Copy link
Copy link
Open
Labels
area: configcrates/tryke_config — pyproject and CLI flag parsingcrates/tryke_config — pyproject and CLI flag parsinggood first issueGood for newcomersGood for newcomershelp wantedContributions especially welcomeContributions especially welcomerustPull requests that update rust codePull requests that update rust code
Metadata
Metadata
Assignees
Labels
area: configcrates/tryke_config — pyproject and CLI flag parsingcrates/tryke_config — pyproject and CLI flag parsinggood first issueGood for newcomersGood for newcomershelp wantedContributions especially welcomeContributions especially welcomerustPull requests that update rust codePull requests that update rust code
Right now configuration is picked up via a pyproject.toml file or CLI flags
if a
tryke.tomlfile is discovered it should take precedenceAlso, add a
--config-fileCLI flag to explicitly pass in the location of one of these files