Skip to content

Commit 4d66524

Browse files
committed
Update Taskfile
1 parent 71fc45c commit 4d66524

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Taskfile.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ tasks:
4949
- go clean
5050
- rm -f ./try-golang
5151
- rm -rf ./.task
52+
tags:
53+
desc: Make tags (Require universal-ctags)
54+
cmds:
55+
- ctags -R .
5256
install-requirements:
5357
desc: install required libraries
5458
cmds:

0 commit comments

Comments
 (0)