mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
contrib: Add script for generating ctags
This commit is contained in:
4
contrib/ctags.sh
Executable file
4
contrib/ctags.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Generate a tags file for the codebase
|
||||
set -ex
|
||||
git ls-files src bin | ctags --links=no --languages=rust -L-
|
||||
Reference in New Issue
Block a user