diff options
author | 2014-11-16 17:26:24 +0000 | |
---|---|---|
committer | 2014-11-16 17:26:24 +0000 | |
commit | 6a041e586d66720e915535a6ba50e94eb3abd30b (patch) | |
tree | 7fefaf882d2e8f8835b57ab37eb88a91581d4af3 /native/dicttoolkit/src/command_executors/diff_executor.h | |
parent | a28e80e37c1f779ae9f56a9f3afcce474f0b10ab (diff) | |
parent | e7a72de8c28662e7a7855528d80c6a22a15fbcde (diff) | |
download | latinime-6a041e586d66720e915535a6ba50e94eb3abd30b.tar.gz latinime-6a041e586d66720e915535a6ba50e94eb3abd30b.tar.xz latinime-6a041e586d66720e915535a6ba50e94eb3abd30b.zip |
am e7a72de8: Merge "Define arguments for commands in dicttoolkit."
* commit 'e7a72de8c28662e7a7855528d80c6a22a15fbcde':
Define arguments for commands in dicttoolkit.
Diffstat (limited to 'native/dicttoolkit/src/command_executors/diff_executor.h')
-rw-r--r-- | native/dicttoolkit/src/command_executors/diff_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/dicttoolkit/src/command_executors/diff_executor.h b/native/dicttoolkit/src/command_executors/diff_executor.h index fc8dc0d8f..f92ae49d5 100644 --- a/native/dicttoolkit/src/command_executors/diff_executor.h +++ b/native/dicttoolkit/src/command_executors/diff_executor.h @@ -18,6 +18,7 @@ #define LATINIME_DICT_TOOLKIT_DIFF_EXECUTOR_H #include "dict_toolkit_defines.h" +#include "utils/arguments_parser.h" namespace latinime { namespace dicttoolkit { @@ -28,6 +29,7 @@ class DiffExecutor final { static int run(const int argc, char **argv); static void printUsage(); + static const ArgumentsParser getArgumentsParser(); private: DISALLOW_IMPLICIT_CONSTRUCTORS(DiffExecutor); |