We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently only accept input through CLI. This can get cumbersome since the groups may remain the same for all the time.
We should allow the user to allow to set config in a file. The settings can be as below:
[LOGIN] username password [POST] groups description image
The student is free to use any of the below implementations and make it work.
The task is huge since we also need it such that if the config is set for an option, we should not ask the user to enter it.
The above can be implemented using:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We currently only accept input through CLI. This can get cumbersome since the groups may remain the same for all the time.
We should allow the user to allow to set config in a file. The settings can be as below:
The student is free to use any of the below implementations and make it work.
The task is huge since we also need it such that if the config is set for an option, we should not ask the user to enter it.
The above can be implemented using:
The text was updated successfully, but these errors were encountered: