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

Add --write_command_comment=false option #153

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 6, 2024

  1. Add --write_command_comment=false option

    The invocation command can be user specific, especially if absolute paths are used for the destination. This in turn can cause very large needless diffs that will create lots of source control noise and be distracting in PRs.
    
    To remove these command comments simply pass `--write_command_comment=false` on the CLI. The default behavior is maintained.
    
    Fixes uber-go#104.
    sodul authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7f79762 View commit details
    Browse the repository at this point in the history