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 a command to generate completion scripts #1209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 31, 2023

  1. Add a command to generate completion scripts

    Rather than directing people to download a file, which could end up out
    of sync if the upstream version changes, instead bundle the scripts into
    the binary and add a command to output them.
    
    `//go:embed` requires the files to be in a descendant directory of the
    file containing the directive, so move them into a subdirectory, and
    symlink them back to the original locations so that people can still use
    the legacy method
    whi-tw committed May 31, 2023
    Configuration menu
    Copy the full SHA
    22f481e View commit details
    Browse the repository at this point in the history