Does this problem persist on the current master?
Is there an existing issue for this?
Current Behavior
parser.add_positional_option(options.input, "The input file.", seqan3::input_file_validator{{"vcf", "vcf.gz", "bcf"}});
parser.add_positional_option(options.output, "The output file.", seqan3::output_file_validator{{"vcf", "vcf.gz", "bcf"}});
The first line works, the second does not.
Expected Behavior
The second line should work, too.
P.S: The {{ ... }} is a bit clunky. An operator() with pack would be nice...
Steps To Reproduce
see above
Environment
- Operating system: Ubuntu 21.10
- Sharg version: SeqAn3 master at ffeacc8a294bbcec172a4198910a61b881481935
- Compiler: GCC11.2
Anything else?
Issue template is fancy 🎉
P.S: I didn't try with standalone sharg-master because I didn't see any changes in the respective area.
Does this problem persist on the current master?
Is there an existing issue for this?
Current Behavior
The first line works, the second does not.
Expected Behavior
The second line should work, too.
P.S: The
{{ ... }}is a bit clunky. Anoperator()with pack would be nice...Steps To Reproduce
see above
Environment
Anything else?
Issue template is fancy 🎉
P.S: I didn't try with standalone sharg-master because I didn't see any changes in the respective area.