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
To start working in one repo you must:
muon init muon register muon start
i think
muon start
would suffice. What do you think ? Do we really need init and register ? Cannot the lazy init when you issue first command ? :)
init
register
The text was updated successfully, but these errors were encountered:
I agree with running register automatically. Actually register was made as an afterthought. I needed to get list of projects in GUI app.
I'm not convinced about running init when user tries to start outside of a repo. You may run it accidentally... also I wanted to mimic git's workflow.
start
Sorry, something went wrong.
I see your point. Perhaps fixing #12 would suffice to remind me to execute muon init if I really want to track time in this directory.
muon init
Let's leave this ticket to muon registed being automatically executed when init happens.
No branches or pull requests
To start working in one repo you must:
i think
would suffice. What do you think ? Do we really need
init
andregister
? Cannot the lazy init when you issue first command ? :)The text was updated successfully, but these errors were encountered: