Skip to content

Commit a5d269d

Browse files
authored
Extract command line parser into separate file (#5443)
* [WIP] moving parser around * Separate parsing logic to different file * Address comment * Fixing Windows build
1 parent 6629deb commit a5d269d

File tree

5 files changed

+1927
-1755
lines changed

5 files changed

+1927
-1755
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ find_library(RE2_LIBRARY NAMES re2)
9393
add_executable(
9494
main
9595
classification.cc
96+
command_line_parser.cc
9697
common.cc
9798
main.cc
9899
shared_memory_manager.cc

0 commit comments

Comments
 (0)