Skip to content

Add action select (-s) cli. option.#1122

Merged
jkottiku merged 1 commit intomasterfrom
cli-action-select
Apr 17, 2026
Merged

Add action select (-s) cli. option.#1122
jkottiku merged 1 commit intomasterfrom
cli-action-select

Conversation

@jkottiku
Copy link
Copy Markdown
Collaborator

@jkottiku jkottiku commented Apr 9, 2026

Motivation

Technical Details

Test Plan

Test Result

Submission Checklist

@jkottiku jkottiku requested review from a team, frepaul and manoj-freyr as code owners April 9, 2026 22:01
@jkottiku jkottiku force-pushed the cli-action-select branch from f4512c8 to f973533 Compare April 9, 2026 22:19
@jkottiku jkottiku changed the title Add action select cli. option. Add action select (-s) cli. option. Apr 9, 2026
}
for (const auto& t : tokens) {
if (all_numeric)
selected_action_indices.insert(std::stoi(t));
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is under assumption that action name is a not a number . Acceptable assumption but cannot validate/guarantee this.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will take in either action name or action number as input. If all_numeric is true, its number based else its name based.

@jkottiku jkottiku merged commit 6c83dca into master Apr 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants