logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cqmakedb - create codequery database

Author

       This manual page was written by ChangZhuo Chen <czchen@debian.org> for the DebianGNU/Linuxsystem (but
       may be used by others).

                                                   11/11/2024                                        CQMAKEDB(1)

Description

       The combinations possible are -s-c, -s-t, -s-c-t The additional optional arguments are -p and -d If
       -c is present then sqdbfile need not exist. It will be created. If -t is present but not -c, then
       sqdbfile has to exist. Ctags info will be added to it.

Name

       cqmakedb - create codequery database

Options

-s
           CodeQuery sqlite3 db file path

       -c
           cscope.out file path

       -t
           ctags tags file path

       -pvacuum, compact database (may take more time)

       -d
           debug

       -v
           version

       -h
           help

Synopsis

cqmakedb [-s<sqdbfile> [-c<cscope.out>] [-t<ctags>]] [-p] [-d] [-v] [-h]

See Also