How to use multiple positional args with argparse

I am writing a program that expects 2 required positional args. First argument has a limited set of string values. Second argument can be any string without restrictions. Program is meant to use second arg in different ways depending on selected action in first argument. For argument parsing, I use argparse/3.0.

The program that I wrote:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>#include <iostream>
#include <stdexcept>
#include <argparse/argparse.hpp>
int main(int argc, char* argv[]) {
argparse::ArgumentParser program("my_program");
program.add_argument("mode")
.nargs(1)
.help("Mode of operation: option1 or option2")
.required()
.choices("option1", "option2");
program.add_argument("mode_arg")
.required()
.nargs(1)
.help("Any string");
try {
program.parse_args(argc, argv);
} catch (const std::runtime_error& e) {
std::cerr << e.what() << 'n';
std::cerr << program;
exit(1);
}
std::string mode = program.get<std::string>("mode");
std::string mode_arg = program.get<std::string>("mode_arg");
std::cout << "Mode: " << mode << std::endl;
std::cout << "Mode arg: " << mode_arg << std::endl;
return 0;
}
</code>
<code>#include <iostream> #include <stdexcept> #include <argparse/argparse.hpp> int main(int argc, char* argv[]) { argparse::ArgumentParser program("my_program"); program.add_argument("mode") .nargs(1) .help("Mode of operation: option1 or option2") .required() .choices("option1", "option2"); program.add_argument("mode_arg") .required() .nargs(1) .help("Any string"); try { program.parse_args(argc, argv); } catch (const std::runtime_error& e) { std::cerr << e.what() << 'n'; std::cerr << program; exit(1); } std::string mode = program.get<std::string>("mode"); std::string mode_arg = program.get<std::string>("mode_arg"); std::cout << "Mode: " << mode << std::endl; std::cout << "Mode arg: " << mode_arg << std::endl; return 0; } </code>
#include <iostream>
#include <stdexcept>
#include <argparse/argparse.hpp>

int main(int argc, char* argv[]) {
    argparse::ArgumentParser program("my_program");

    program.add_argument("mode")
            .nargs(1)
            .help("Mode of operation: option1 or option2")
            .required()
            .choices("option1", "option2");

    program.add_argument("mode_arg")
            .required()
            .nargs(1)
            .help("Any string");
    try {
        program.parse_args(argc, argv);
    } catch (const std::runtime_error& e) {
        std::cerr << e.what() << 'n';
        std::cerr << program;
        exit(1);
    }

    std::string mode = program.get<std::string>("mode");
    std::string mode_arg = program.get<std::string>("mode_arg");

    std::cout << "Mode: " << mode << std::endl;
    std::cout << "Mode arg: " << mode_arg << std::endl;

    return 0;
}

How I used it:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>./main option1 value1
Invalid argument "value1" - allowed options: {option1, option2}
Usage: my_program [--help] [--version] mode mode_arg
Positional arguments:
mode Mode of operation: option1 or option2 [required]
mode_arg Any string [required]
Optional arguments:
-h, --help shows help message and exits
-v, --version prints version information and exits
</code>
<code>./main option1 value1 Invalid argument "value1" - allowed options: {option1, option2} Usage: my_program [--help] [--version] mode mode_arg Positional arguments: mode Mode of operation: option1 or option2 [required] mode_arg Any string [required] Optional arguments: -h, --help shows help message and exits -v, --version prints version information and exits </code>
./main option1 value1

Invalid argument "value1" - allowed options: {option1, option2}
Usage: my_program [--help] [--version] mode mode_arg

Positional arguments:
mode           Mode of operation: option1 or option2 [required]
mode_arg       Any string [required]

Optional arguments:
-h, --help     shows help message and exits
-v, --version  prints version information and exits

I was expecting only option1 to be checked against allowed options*, because I specified .nargs(1) while adding the argument. I can’t quite understand why both of supplied values are treated asmode‘s arguments. I tried using different values for nargs, but nothing seemed to work as expected.

*I can make it work as expected providing a lambda object as an actions argument, like following:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code> program.add_argument("mode")
.nargs(1)
.help("Mode of operation: option1 or option2")
.required()
.action([](const std::string& value) {
if(value != "option1" && value != "option2") {
throw std::runtime_error("Wrong value.");
}
return value;
});
</code>
<code> program.add_argument("mode") .nargs(1) .help("Mode of operation: option1 or option2") .required() .action([](const std::string& value) { if(value != "option1" && value != "option2") { throw std::runtime_error("Wrong value."); } return value; }); </code>
    program.add_argument("mode")
            .nargs(1)
            .help("Mode of operation: option1 or option2")
            .required()
            .action([](const std::string& value) {
                if(value != "option1" && value != "option2") {
                    throw std::runtime_error("Wrong value.");
                }
                return value;
            });

However I wanted to use .choices method, since it surely is more elegant. Is my understanding of choices method flawed?
What am I missing? How to provide (if possible at all) this functionality with .choices method?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật