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

goflags integration #39

Closed
3 tasks done
ehsandeep opened this issue Feb 2, 2022 · 0 comments · Fixed by #40
Closed
3 tasks done

goflags integration #39

ehsandeep opened this issue Feb 2, 2022 · 0 comments · Fixed by #40
Assignees
Labels
Priority: Medium This issue may be useful, and needs some attention. Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Milestone

Comments

@ehsandeep
Copy link
Member

ehsandeep commented Feb 2, 2022

Is your feature request related to a problem? Please describe.

Goflags:- https://github.com/projectdiscovery/goflags that comes with the following support

  • Auto-generated Flag configuration file
  • Long / Short formatted flag support
  • Help menu grouping support

Describe the solution you'd like

  • Moving current keys configuration file to $HOME/.config/cloudlist/provider.yaml
  • Goflags integration with default flag config file located to $HOME/.config/cloudlist/config.yaml
  • New flag for custom provider config file.
   -config string              path to the cloudlist flag configuration file (default "$HOME/.config/cloudlist/config.yaml")
   -pc, -provider-config string  custom provider configuration file to use (default "$HOME/.config/cloudlist/provider.yaml")
@ehsandeep ehsandeep added Type: Enhancement Most issues will probably ask for additions or changes. Priority: Medium This issue may be useful, and needs some attention. labels Feb 2, 2022
@ehsandeep ehsandeep linked a pull request Feb 4, 2022 that will close this issue
@ehsandeep ehsandeep added the Status: In Progress This issue is being worked on, and has someone assigned. label Feb 4, 2022
@ehsandeep ehsandeep added this to the v1.0.0 milestone Feb 4, 2022
@ehsandeep ehsandeep added Status: Completed Nothing further to be done with this issue. Awaiting to be closed. and removed Status: In Progress This issue is being worked on, and has someone assigned. labels Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium This issue may be useful, and needs some attention. Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants