Add possibility to set MultiValue Options.
[command.git] / tests / parameter / TestParameter.h
index 9e2874d8e3326d561ae3fca2a2bd1a63abc88281..cf985caf54680c72a15eacdedadf40def399fe08 100644 (file)
@@ -7,4 +7,8 @@ public:
 
     virtual void handle() { }
     virtual bool understand(const std::string & ) { return false; }
+
+    virtual unsigned int valuePosition(const std::string & value) {
+        return 0;
+    }
 };
\ No newline at end of file