Ander

Results 3 issues of Ander

Hi! Is there any way to execute an action if the user doesn't use the argument, only with the default value. For example: ``` program.add_argument("-p") .help("FILE\tThis is an example") .default_value(std::string("ABCD"))...

Hi, I was trying to use the `get_driver_telemetry()` function but I obtain the following output: ``` > get_driver_telemetry(2022, 4, driver = 'PER') The first time a session is loaded, some...

Hi! I was wondering if there would be a possibility to allow indel insertions using the mutable option while reading the fasta. I suppose the difficulty in implementing this feature...