Added help and version options to the translate command.

This commit is contained in:
2017-10-12 17:18:00 +02:00
parent 569b170aba
commit 86486207b8
7 changed files with 306 additions and 211 deletions

View File

@@ -0,0 +1,6 @@
#ifndef __PLASP_APP__COMMANDS__TRANSLATE_H
#define __PLASP_APP__COMMANDS__TRANSLATE_H
int translate(int argc, char **argv);
#endif