[][src]Module bird_tool_utils::clap_utils

Functions

add_genome_specification_arguments

Add --genome-fasta-files and --genome-fasta-directory etc. to a clap App / subcommand. These arguments can later be parsed with parse_list_of_genome_fasta_files().

parse_list_of_genome_fasta_files

Parse clap arguments defined in the common way, returning a list of paths as strings. If fail_on_no_genomes, return an Err if no genomes were detected.

set_log_level