Skip to content

Commit

Permalink
Trying to print the help
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed Jul 17, 2024
1 parent daf5912 commit aabcffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/Scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ scripts_folder = joinpath(pkgdir(MIToS_Scripts), "scripts")

```@example scripts
script_path = joinpath(scripts_folder, "Buslje09.jl") # hide
run(`$(Base.julia_cmd()) --project=$project_folder $script_path -h`) #hide
println(read(`$(Base.julia_cmd()) --project=$project_folder $script_path -h`, String)) #hide
```

### BLMI.jl
Expand Down

0 comments on commit aabcffa

Please sign in to comment.