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

Add MooseEnum support to command line parameters #26763

Closed
loganharbour opened this issue Feb 7, 2024 · 2 comments · Fixed by #26764
Closed

Add MooseEnum support to command line parameters #26763

loganharbour opened this issue Feb 7, 2024 · 2 comments · Fixed by #26764
Assignees
Labels
C: Framework T: task An enhancement to the software.

Comments

@loganharbour
Copy link
Member

Reason

It would be useful to be able to add a command line parameter that supports MooseEnum.

Design

Modify InputParameters and CommandLine to support

params.addCommandLineParameter<MooseEnum>(...)

Impact

New capability

@loganharbour loganharbour added C: Framework T: task An enhancement to the software. labels Feb 7, 2024
@loganharbour loganharbour self-assigned this Feb 7, 2024
loganharbour added a commit to loganharbour/moose that referenced this issue Feb 7, 2024
loganharbour added a commit to loganharbour/moose that referenced this issue Feb 7, 2024
loganharbour added a commit to loganharbour/moose that referenced this issue Feb 7, 2024
@YaqiWang
Copy link
Contributor

YaqiWang commented Feb 9, 2024

This issue is duplicating #26194.

@loganharbour
Copy link
Member Author

Thanks @YaqiWang!

schakrabortygithub pushed a commit to schakrabortygithub/moose that referenced this issue Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants