From ddd0e82875d32e75b325b727a279d962feffce93 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Thu, 30 Jun 2016 00:22:28 -0600 Subject: add proglinepostfix to gitlike --- gitlike.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlike.cxx b/gitlike.cxx index bea4395..aa0e20e 100644 --- a/gitlike.cxx +++ b/gitlike.cxx @@ -22,6 +22,7 @@ int main(int argc, char **argv) args::ArgumentParser parser("This is a git-like program", "Valid commands are init and add"); args::HelpFlag help(parser, "help", "Display this help menu", {'h', "help"}); parser.Prog(argv[0]); + parser.ProglinePostfix("{command options}"); args::Flag version(parser, "version", "Show the version of this program", {"version"}); args::ValueFlag htmlpath(parser, "html-path", "Specify the html path", {"html-path"}); args::MapPositional command(parser, "command", "Command to execute", map); -- cgit v1.2.1