File: cqmakedb.1.txt

package info (click to toggle)
codequery 0.21.1%2Bdfsg1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,012 kB
  • sloc: cpp: 114,603; xml: 16,576; python: 6,512; ansic: 3,262; perl: 444; makefile: 324; sql: 160; sh: 43; objc: 19; ruby: 6; php: 1
file content (58 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
= cqmakedb(1)
:doctype: manpage

== Name
cqmakedb - create codequery database

== Synopsis

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

== Options

*-s*::

CodeQuery sqlite3 db file path

*-c*::

cscope.out file path

*-t*::

ctags tags file path

*-p*::

'vacuum', compact database (may take more time)

*-d*::

debug

*-v*::

version

*-h*::

help

== 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.

== Copyright

Copyright 2013-2015 ruben2020 link:https://github.com/ruben2020/['https://github.com/ruben2020/']

Website: link:https://github.com/ruben2020/codequery['https://github.com/ruben2020/codequery']

== Author

This manual page was written by mailto:czchen@debian.org[ChangZhuo Chen
'<czchen@debian.org>'] for the *Debian GNU/Linux system* (but may be used by
others).