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

Run a legacy subcommand directly if neopg is called through a program name that ends in that subcommand. #71

Merged
merged 2 commits into from
May 15, 2018

Conversation

lambdafu
Copy link
Collaborator

You can create links to the neopg binary under a name that ends with
a legacy subcommand. If called through such a link, neopg will
invoke that subcommand directly. For example, neo-gpg2 --version
would be the same as neopg gpg2 --version, and so on. Examples for
names that would behave that way are neopg-gpg2, neo-gpg2,
neogpg2, gpg2 etc. Here is a list of supported endings:

Ending Subcommand
gpg gpg2
gpg2 gpg2
agent agent
scd scd
dirmngr dirmngr
dirmngr-client dirmngr-client

@lambdafu lambdafu merged commit ac8206d into master May 15, 2018
@lambdafu lambdafu deleted the legacy-commands branch May 15, 2018 23:22
@lambdafu lambdafu mentioned this pull request Jul 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant