Skip to content

Commit

Permalink
add annembed version
Browse files Browse the repository at this point in the history
add annembed version
  • Loading branch information
jianshu93 authored Oct 24, 2024
1 parent 9b82388 commit 9326331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/annembed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ pub fn main() {
//
let matches = Command::new("annembed")
// .subcommand_required(true)
.version("0.1.7")
.arg_required_else_help(true)
.about("Non-linear Dimension Reduction/Embedding via Approximate Nearest Neighbor Graph")
.arg(
Expand Down

0 comments on commit 9326331

Please sign in to comment.