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

Embed completion scripts in binary #165

Merged
merged 3 commits into from
Apr 18, 2022
Merged

Commits on Mar 27, 2022

  1. New completions package with embedded scripts in binary

    Our completion scripts can be embedded as global strings.
    
    New zsh-completion and bash-completion subcommands print these embedded
    strings to stdout. Users can source them from their startup scripts:
    
        source <(dstask zsh-completion)
    
    Add symlinks at original completion script locations to (hopefully) ease
    transition for packagers. Remove these eventually.
    
    Also, update CI test env to golang:1.16
    dontlaugh committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    13fcf19 View commit details
    Browse the repository at this point in the history
  2. Satisfy golint

    dontlaugh committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    93e7217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ed8b0b View commit details
    Browse the repository at this point in the history