Skip to content

Commit

Permalink
update comment at the top of the file to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed May 1, 2024
1 parent 75120b1 commit 0b61790
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions autocomplete/zsh_autocomplete
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#compdef program
compdef _program program

# Replace "program" with the actual name of your CLI program. Let's say your CLI
# program is called "acme", then replace like so:
# Replace all occurences of "program" in this file with the actual name of your
# CLI program. We recommend using Find+Replace feature of your editor. Let's say
# your CLI program is called "acme", then replace like so:
# * program => acme
# * _program => _acme

Expand Down

0 comments on commit 0b61790

Please sign in to comment.