Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用一些奇怪的命令行参数迁移旧应用程序。在使用 Boost program_options 时,我尝试保留旧版本应用程序中的一些参数,以确保某些用户脚本的兼容性。
我的问题是我找不到添加带有两个或更多字符的速记选项的方法。
例如,如果我添加:
("testOption,to", "This is just a test-option")
对于options_description,我只得到-t 作为--testOption 的简写。
有没有办法使用更长的速记选项?