Skip to content

Commit

Permalink
make: updated urfave version to build completion helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Apr 9, 2024
1 parent f56e27b commit f3ed829
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ man-pages: ## Generates man pages
autocomplete-scripts: ## Download CLI autocompletion scripts
rm -rf helpers/autocomplete
mkdir -p helpers/autocomplete
curl -sL https://raw.githubusercontent.com/urfave/cli/v2.5.0/autocomplete/bash_autocomplete > helpers/autocomplete/bash
curl -sL https://raw.githubusercontent.com/urfave/cli/v2.5.0/autocomplete/zsh_autocomplete > helpers/autocomplete/zsh
curl -sL https://raw.githubusercontent.com/urfave/cli/v2.27.1/autocomplete/bash_autocomplete > helpers/autocomplete/bash
curl -sL https://raw.githubusercontent.com/urfave/cli/v2.27.1/autocomplete/zsh_autocomplete > helpers/autocomplete/zsh
curl -sL https://raw.githubusercontent.com/urfave/cli/v2.27.1/autocomplete/powershell_autocomplete.ps1 > helpers/autocomplete/ps1

.PHONY: all
all: lint test build coverage ## Test, builds and ship package for all supported platforms
Expand Down

0 comments on commit f3ed829

Please sign in to comment.