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

Save account configurations from flags even if no command is provided #70

Open
zimeg opened this issue Jan 15, 2024 · 0 comments
Open
Labels
enhancement New feature or request semver:minor Changes of a minor version

Comments

@zimeg
Copy link
Owner

zimeg commented Jan 15, 2024

Summary

If no command is provided, the help output will be shown. This includes a flag only invocation.

Example:

$ ./etime --username="[email protected]" --password="hunter2"
# The help output is output here

Proposed enhancement

If the username/password or device is provided by flags, these should be stored in configs. But etime should still gracefully exit before attempting to run the missing command.

@zimeg zimeg added enhancement New feature or request semver:minor Changes of a minor version labels Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request semver:minor Changes of a minor version
Projects
None yet
Development

No branches or pull requests

1 participant