-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
sync: Consider renaming the command to match what it does #465
Comments
I disagree with this. It is very common for linting/formatting tools to by default not write things. Case in points are rubocop , dotnet format and prettier. Only when passing in an additional flag will things actually be updated. I would find two separate commands to be confusing. |
One command is fine as well, but it should do what the name suggests, imo. Even
|
I never got around to replying to this, but I wasn't unsympathetic to the complaint. I even wrote in the original design discussion #179 (comment):
However, I'm happy with the current interface for |
This will happen with #619. At this point, we don't have any plans to rename |
sync
doesn't sync anything, it checks if things are synced. The option that does sync appears to be-u
.I think
configlet check-sync
would be a more appropriate name, withconfiglet sync
doing whatconfiglet sync -u
does currently.The text was updated successfully, but these errors were encountered: