Add possibility to set MultiValue Options.
[command.git] / include / argument.h
index a32cf82064893f9f78677aea1a9e3c4bb3d4a3f7..80deabb9c22f903aa4f518b89dc940342b179d23 100644 (file)
@@ -76,6 +76,13 @@ namespace command {
 
             return false;
         }
+
+        /**
+         * \inheritdoc
+         */
+        virtual unsigned int valuePosition(const std::string & ) {
+            return 0;
+        }
     };
 }