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

Set version command output to Stdout #1869

Merged
merged 3 commits into from Mar 24, 2021
Merged

Commits on Mar 24, 2021

  1. Set version command output to Stdout

    Default command output was set to Stderr, now set to Stdout.
    
    Signed-off-by: Borja Clemente <borja.clemente@gmail.com>
    clebs committed Mar 24, 2021
    Copy the full SHA
    4875f3f View commit details
    Browse the repository at this point in the history
  2. Replace cmd.Println with fmt.Println

    Signed-off-by: Borja Clemente <borja.clemente@gmail.com>
    clebs committed Mar 24, 2021
    Copy the full SHA
    94d8cba View commit details
    Browse the repository at this point in the history
  3. Replace cmd.Printf with fmt.Printf

    Signed-off-by: Borja Clemente <borja.clemente@gmail.com>
    clebs committed Mar 24, 2021
    Copy the full SHA
    21e9655 View commit details
    Browse the repository at this point in the history