mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
Use more tabs
This commit is contained in:
parent
3a819da683
commit
9f42e54e4a
1 changed files with 27 additions and 27 deletions
|
@ -78,33 +78,33 @@ else
|
|||
// dfmt off
|
||||
() @trusted {
|
||||
getopt(args, std.getopt.config.caseSensitive,
|
||||
"sloc|l", &sloc,
|
||||
"highlight", &highlight,
|
||||
"ctags|c", &ctags,
|
||||
"help|h", &help,
|
||||
"etags|e", &etags,
|
||||
"etagsAll", &etagsAll,
|
||||
"tokenCount|t", &tokenCount,
|
||||
"syntaxCheck|s", &syntaxCheck,
|
||||
"ast|xml", &ast,
|
||||
"imports|i", &imports,
|
||||
"recursiveImports", &recursiveImports,
|
||||
"outline|o", &outline,
|
||||
"tokenDump", &tokenDump,
|
||||
"styleCheck|S", &styleCheck,
|
||||
"defaultConfig", &defaultConfig,
|
||||
"declaration|d", &symbolName,
|
||||
"config", &configLocation,
|
||||
"report", &report,
|
||||
"reportFormat", &reportFormat,
|
||||
"reportFile", &reportFile,
|
||||
"I", &importPaths,
|
||||
"version", &printVersion,
|
||||
"muffinButton", &muffin,
|
||||
"explore", &explore,
|
||||
"skipTests", &skipTests,
|
||||
"errorFormat|f", &errorFormat);
|
||||
} ();
|
||||
"sloc|l", &sloc,
|
||||
"highlight", &highlight,
|
||||
"ctags|c", &ctags,
|
||||
"help|h", &help,
|
||||
"etags|e", &etags,
|
||||
"etagsAll", &etagsAll,
|
||||
"tokenCount|t", &tokenCount,
|
||||
"syntaxCheck|s", &syntaxCheck,
|
||||
"ast|xml", &ast,
|
||||
"imports|i", &imports,
|
||||
"recursiveImports", &recursiveImports,
|
||||
"outline|o", &outline,
|
||||
"tokenDump", &tokenDump,
|
||||
"styleCheck|S", &styleCheck,
|
||||
"defaultConfig", &defaultConfig,
|
||||
"declaration|d", &symbolName,
|
||||
"config", &configLocation,
|
||||
"report", &report,
|
||||
"reportFormat", &reportFormat,
|
||||
"reportFile", &reportFile,
|
||||
"I", &importPaths,
|
||||
"version", &printVersion,
|
||||
"muffinButton", &muffin,
|
||||
"explore", &explore,
|
||||
"skipTests", &skipTests,
|
||||
"errorFormat|f", &errorFormat);
|
||||
} ();
|
||||
//dfmt on
|
||||
}
|
||||
catch (ConvException e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue