From b48a27523556ef9a858631be24ca925ca99f7825 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Fri, 13 Jan 2017 04:47:25 +0100 Subject: [PATCH] feat(command_line): Properly handle positional args --- include/components/command_line.hpp | 5 +++++ src/components/command_line.cpp | 28 +++++++++++++++++++++++++--- src/main.cpp | 4 ++-- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/include/components/command_line.hpp b/include/components/command_line.hpp index 8a1db054..a572a0f7 100644 --- a/include/components/command_line.hpp +++ b/include/components/command_line.hpp @@ -15,6 +15,7 @@ namespace command_line { using choices = vector; using options = vector