dominikbraun/cleanup

Feature: Add link back to this repo from `version` or `help` commands

atc0005 opened this issue · 1 comments

Suggestion:

Add a link back to this repo in your help or version output.

Example:

$ cleanup --version
cleanup version UNSPECIFIED (https://github.com/dominikbraun/cleanup)

or

$ cleanup --help
💫 Remove gone Git branches with ease.

Usage:
  cleanup [flags]
  cleanup [command]

Aliases:
  cleanup, git-cleanupCmd

Available Commands:
  branches    Delete local branches that are gone on the remote
  help        Help about any command
  version     Display version information

Flags:
  -h, --help      help for cleanup
      --version   version for cleanup

Use "cleanup [command] --help" for more information about a command.

See https://github.com/dominikbraun/cleanup for the latest version or to file an issue.

Tangent: Thanks for building this tool, I use it pretty much daily!