Skip to content

Commit 4dcc424

Browse files
chore: test cli ref docs check [DO NOT MERGE]
1 parent 207646e commit 4dcc424

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: packages/pangraph/src/commands/build/build_args.rs

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ pub enum AlignmentBackend {
2121
/// Align genomes into a pangenome graph
2222
#[derive(Parser, Debug)]
2323
pub struct PangraphBuildArgs {
24+
/// Test autogenerated reference docs CI
25+
pub hello: Option<String>,
26+
2427
/// Path(s) to zero, one or multiple FASTA files with input sequences. Multiple records within one file are treated as separate genomes.
2528
///
2629
/// Accepts plain or compressed FASTA files. If a compressed fasta file is provided, it will be transparently

0 commit comments

Comments
 (0)