From e2ee1dba60685f4e18f46718268a2f0eda03809a Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 3 May 2023 04:13:39 -0700 Subject: [PATCH] Fix completions --- _license-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_license-tool b/_license-tool index bb2f396..b2fc4f4 100644 --- a/_license-tool +++ b/_license-tool @@ -21,4 +21,4 @@ _license-tool_files() { _arguments \ '-h[print help]' \ '-o[output file]:output:_files' \ - '*:license:_license-tool_files' + ':license:_license-tool_files'