📄 const.h
字号:
/* This file is generated automatically by convert.pl from gtags/manual.in. */const char *progname = "gtags";const char *usage_const = "Usage: gtags [-ciIoqvw][-f file][-n number][dbpath]\n";const char *help_const = "Options:\n\-c, --compact\n\ Make tag files with compact format.\n\--config name\n\ Show the value of config variable name.\n\ If name is not specified then show whole of config entry.\n\-f, --file file\n\ Read from file a list of file names which should be\n\ considered as the candidate of source files.\n\ By default, all files under the current directory are\n\ considered as the candidate.\n\ If file is -, read from standard input.\n\ File names must be separated by newline.\n\--gtagsconf file\n\ Load user's configuration from file.\n\--gtagslabel label\n\ label is used as the label of configuration file.\n\ The default is default.\n\-i, --incremental\n\ Update tag files incrementally. You had better use\n\ global(1) with the -u option.\n\-I, --idutils\n\ Make index files for id-utils(1).\n\-n, --max-args number\n\ Maximum number of arguments for gtags-parser(1).\n\ By default, gtags invokes the parser with arguments\n\ as a lot as possible to decrease the frequency of invoking.\n\-o, --omit-gsyms\n\ Suppress making GSYMS file.\n\ Use this option if you don't use -s option of global(1).\n\-q, --quiet\n\ Quiet mode.\n\-v, --verbose\n\ Verbose mode.\n\-w, --warning\n\ Print warning messages.\n\dbpath\n\ The directory in which tag files are generated.\n\ The default is the current directory.\n\ It is useful when your source directory is on a read only\n\ device like CDROM.\n\";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -