mirror of
https://github.com/sametersoylu/argument-parser.git
synced 2026-05-28 20:08:10 +00:00
fix: incorrect starting point.
This commit is contained in:
@@ -44,7 +44,7 @@ using namespace argument_parser::v2::flags;
|
|||||||
auto main() -> int {
|
auto main() -> int {
|
||||||
argument_parser::v2::parser parser(true);
|
argument_parser::v2::parser parser(true);
|
||||||
|
|
||||||
start()
|
new_argument()
|
||||||
.positional("count")
|
.positional("count")
|
||||||
.position(1)
|
.position(1)
|
||||||
.help_text("How many times to repeat the action.")
|
.help_text("How many times to repeat the action.")
|
||||||
|
|||||||
Reference in New Issue
Block a user