Skip to content

Remove similar code for command-line argument handling #13518

Description

@aeslaughter

Reason

The CommandLine::initForMultiApp method and the Parser::hitCLIFilter both have logic that is similar for separating MOOSE hit syntax from the supplied command-line arguments.

Design

These two methods should share a common code path or perhaps the use of one or the other can be removed. The reason for the current setup (see #13433) is to allow each MultiApp to have a unique CommandLine object.

Impact

The main goal is to remove duplicate logic, any impact should be internal and not influence operation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good first issueP: normalA defect affecting operation with a low possibility of significant effects.T: taskAn enhancement to the software.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions