Skip to content

Commit

Permalink
fix CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed May 28, 2024
1 parent f0c16b3 commit cd001f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function cli_settings()
s = ArgParseSettings(description="PopGenSim CLI.")
s = ArgParseSettings(description="Simulations CLI.")

@add_arg_table! s begin
"estimation"
Expand Down
2 changes: 1 addition & 1 deletion targene-simulation.jl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
using PopGenEstimatorComparison; PopGenEstimatorComparison.julia_main()
using Simulations; Simulations.julia_main()

0 comments on commit cd001f3

Please sign in to comment.