mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 22:00:17 +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
|
// dfmt off
|
||||||
() @trusted {
|
() @trusted {
|
||||||
getopt(args, std.getopt.config.caseSensitive,
|
getopt(args, std.getopt.config.caseSensitive,
|
||||||
"sloc|l", &sloc,
|
"sloc|l", &sloc,
|
||||||
"highlight", &highlight,
|
"highlight", &highlight,
|
||||||
"ctags|c", &ctags,
|
"ctags|c", &ctags,
|
||||||
"help|h", &help,
|
"help|h", &help,
|
||||||
"etags|e", &etags,
|
"etags|e", &etags,
|
||||||
"etagsAll", &etagsAll,
|
"etagsAll", &etagsAll,
|
||||||
"tokenCount|t", &tokenCount,
|
"tokenCount|t", &tokenCount,
|
||||||
"syntaxCheck|s", &syntaxCheck,
|
"syntaxCheck|s", &syntaxCheck,
|
||||||
"ast|xml", &ast,
|
"ast|xml", &ast,
|
||||||
"imports|i", &imports,
|
"imports|i", &imports,
|
||||||
"recursiveImports", &recursiveImports,
|
"recursiveImports", &recursiveImports,
|
||||||
"outline|o", &outline,
|
"outline|o", &outline,
|
||||||
"tokenDump", &tokenDump,
|
"tokenDump", &tokenDump,
|
||||||
"styleCheck|S", &styleCheck,
|
"styleCheck|S", &styleCheck,
|
||||||
"defaultConfig", &defaultConfig,
|
"defaultConfig", &defaultConfig,
|
||||||
"declaration|d", &symbolName,
|
"declaration|d", &symbolName,
|
||||||
"config", &configLocation,
|
"config", &configLocation,
|
||||||
"report", &report,
|
"report", &report,
|
||||||
"reportFormat", &reportFormat,
|
"reportFormat", &reportFormat,
|
||||||
"reportFile", &reportFile,
|
"reportFile", &reportFile,
|
||||||
"I", &importPaths,
|
"I", &importPaths,
|
||||||
"version", &printVersion,
|
"version", &printVersion,
|
||||||
"muffinButton", &muffin,
|
"muffinButton", &muffin,
|
||||||
"explore", &explore,
|
"explore", &explore,
|
||||||
"skipTests", &skipTests,
|
"skipTests", &skipTests,
|
||||||
"errorFormat|f", &errorFormat);
|
"errorFormat|f", &errorFormat);
|
||||||
} ();
|
} ();
|
||||||
//dfmt on
|
//dfmt on
|
||||||
}
|
}
|
||||||
catch (ConvException e)
|
catch (ConvException e)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue