Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to choose results folder with command-line argument #371

Open
alexdewar opened this issue Jan 31, 2025 · 0 comments
Open

Allow users to choose results folder with command-line argument #371

alexdewar opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alexdewar
Copy link
Collaborator

alexdewar commented Jan 31, 2025

Currently the simulation results are written to muse2_results/{model_name}, but users may want to output the files for a particular run somewhere else. Let's add a command-line argument (--output, -o or something) to do this.

All the command-line parsing magic lives in commands.rs. I think you'll need to add fields to Commands::Run and ExampleSubcommands::Run, maybe of type Option<PathBuf>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants