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
Add the possibility to specify options via command line arguments. (see spf13/cobra)
Here are a few options that should be created:
-c, --config <path>
-d, --data <path>
Also, add options to set configuration parameters. (See #1) For examle, -t, --timeout <ms> would set the connection timeout.
-t, --timeout <ms>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add the possibility to specify options via command line arguments. (see spf13/cobra)
Here are a few options that should be created:
-c, --config <path>
: Path to a configuration file (see Create configuration #1)-d, --data <path>
: Path to a data file to load at start up.Also, add options to set configuration parameters. (See #1)
For examle,
-t, --timeout <ms>
would set the connection timeout.The text was updated successfully, but these errors were encountered: