Skip to content
Commit 34581170 authored by Aishwarya TCV's avatar Aishwarya TCV Committed by Ryan Roberts
Browse files

cli: scaffold bisect noun with start and run verbs



Introduce initial structure for the `bisect` noun with `start` and `run`
verbs in the FastPath CLI. These will support automated kernel regression
bisection workflows.

- Adds CLI argument parsing for `fastpath bisect start`
- Adds CLI argument parsing for `fastpath bisect run`
- Registers both verbs under a new `bisect` noun
- Includes placeholder dispatch() methods for future logic

This sets up the interface and CLI plumbing in preparation for the
bisection plan generation and benchmark evaluation implementation.

Signed-off-by: Aishwarya TCV's avatarAishwarya TCV <aishwarya.tcv@arm.com>
parent 4fe4d9c0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment