Merge pull request #95326 from gomain/spago-bash-completion

spago: cli completion
This commit is contained in:
Dennis Gosnell 2020-08-25 09:38:18 +09:00 committed by GitHub
commit 17aabf6958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -972,6 +972,9 @@ self: super: {
# Generate shell completions
generateOptparseApplicativeCompletion "purs" dontHaddockPurescript;
# Generate shell completion for spago
spago = generateOptparseApplicativeCompletion "spago" super.spago;
# 2020-06-05: HACK: Package can not pass test suite,
# Upstream Report: https://github.com/kcsongor/generic-lens/issues/83
generic-lens = dontCheck super.generic-lens;