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

Allow specifying tag in toml config file #111

Open
peterrus opened this issue Sep 8, 2024 · 2 comments
Open

Allow specifying tag in toml config file #111

peterrus opened this issue Sep 8, 2024 · 2 comments

Comments

@peterrus
Copy link

peterrus commented Sep 8, 2024

It looks like it is currently not possible to specify a tag in the config file. I think it'd be useful if the config file format supports the equivalent of the command line interface's --tag.

@dufferzafar
Copy link
Contributor

@zyedidia we do have a tag param in the ConfigRepository -

eget/config.go

Line 38 in 0983dea

Tag string `toml:"tag"`

does this not already work?

@cj81499
Copy link

cj81499 commented Sep 20, 2024

@dufferzafar Even if it already works (Which it very well may! I haven't tried recently), it's undocumented in the Configuration section of the README.

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

No branches or pull requests

3 participants