Description
This component involves creating a command-line interface (CLI) for the program, which allows users to interact with the program via the terminal. The CLI should provide options for users to input the path of the VCF file, specify output format, and other relevant parameters. The CLI can be implemented using Rust's clap crate, which provides a powerful and flexible command-line argument parser.
Acceptance criteria
Tasks
Description
This component involves creating a command-line interface (CLI) for the program, which allows users to interact with the program via the terminal. The CLI should provide options for users to input the path of the VCF file, specify output format, and other relevant parameters. The CLI can be implemented using Rust's
clapcrate, which provides a powerful and flexible command-line argument parser.Acceptance criteria
Tasks