-
Notifications
You must be signed in to change notification settings - Fork 76
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
timetrace config
command
#42
Comments
Hi @dominikbraun, I would like to work on this issue. |
@dominikbraun Few questions regarding this issue. Here is my approach of solving this issue. let me know what you think.
Question:
|
@Eddie023 Your approach is fine, but you don't even need to introduce a new Lines 16 to 48 in 2ba16af
Yes. I think that this could even be done using |
Hi @Eddie023! Any updates on this one? If you don't have the capacities to do this issue at the moment, just let me know. |
@dominikbraun Sorry got caught up with work so working only on the weekends. I will send you draft PR by this weekend and you can decide what to do. |
@dominikbraun Sorry that I wasn't able to do this issue this weekend as well. Had some personal work pulling me. I don't want to extend this issue any longer so I will just unassign myself. Again, sorry for not getting this issue through. |
No problem, thanks for the update! 👍 |
At the moment, to get and set configuration values, users have to create a
config.yaml
file inside their.timetrace
directory and set the values manually.It would be nice to have a
timetrace config
command with two sub-commands to do this:timetrace config set <KEY> <VALUE>
timetrace config get <KEY>
This way, users wouldn't have to touch their configuration file anymore.
The text was updated successfully, but these errors were encountered: