Skip to content

Commit

Permalink
Merge branch 'main' into shill-calc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vale O'Piano committed Jan 19, 2025
2 parents fdcdf09 + 861aa78 commit 1c71a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/warehouse_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub struct WarehouseCli {
#[clap(long, short('r'))]
/// URI of graphDB e.g. neo4j+s://localhost:port
db_uri: Option<String>,

#[clap(long, short('u'))]
/// username of db
db_username: Option<String>,
Expand Down

0 comments on commit 1c71a5f

Please sign in to comment.