summaryrefslogtreecommitdiff
path: root/compiler/tflchef/tools/file/Driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/tflchef/tools/file/Driver.cpp')
-rw-r--r--compiler/tflchef/tools/file/Driver.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/compiler/tflchef/tools/file/Driver.cpp b/compiler/tflchef/tools/file/Driver.cpp
index d4605ced3..f6c6789bd 100644
--- a/compiler/tflchef/tools/file/Driver.cpp
+++ b/compiler/tflchef/tools/file/Driver.cpp
@@ -28,10 +28,8 @@
int entry(int argc, char **argv)
{
arser::Arser arser;
- arser.add_argument("recipe")
- .type(arser::DataType::STR)
- .help("Source recipe file path to convert");
- arser.add_argument("tflite").type(arser::DataType::STR).help("Target tflite file path");
+ arser.add_argument("recipe").help("Source recipe file path to convert");
+ arser.add_argument("tflite").help("Target tflite file path");
try
{