We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a5e68 commit 88c319eCopy full SHA for 88c319e
egui/sim.go
@@ -46,6 +46,7 @@ func Run[S, C any]() {
46
opts := cli.DefaultOptions(bc.Name, bc.Title)
47
opts.DefaultFiles = append(opts.DefaultFiles, "config.toml")
48
opts.SearchUp = true // so that the sim can be run from the command subdirectory
49
+ opts.IncludePaths = append(opts.IncludePaths, "../configs")
50
51
cli.Run(opts, cfgC, RunSim[S, C])
52
}
0 commit comments