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

Simplify the version command output #9

Merged
merged 2 commits into from
Sep 28, 2022
Merged

Simplify the version command output #9

merged 2 commits into from
Sep 28, 2022

Commits on Sep 28, 2022

  1. Remove mount versions from version command

    A `version` command is generally expected to be just a simple print of
    the application version.  In particular, it should not trigger the
    auto-sync that occurs when loading the `gopass` configuration in order
    to show the command versions for the configured mounts.  Instead, the
    version info for the mount points is now displayed by a separate
    `mounts versions` sub-command.
    kpitt committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    a8f93e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0712ea2 View commit details
    Browse the repository at this point in the history