Wander Lairson Costa <[email protected]> writes: > Add required=True to the monitor subcommand arguments for class, spec, > and monitor_type in rvgen. These arguments are essential for monitor > generation and attempting to run without them would cause AttributeError > exceptions later in the code when the script tries to access them. > > Making these arguments explicitly required provides clearer error > messages to users at parse time rather than cryptic exceptions during > execution. This improves the user experience by catching missing > arguments early with helpful usage information. > > Signed-off-by: Wander Lairson Costa <[email protected]>
Reviewed-by: Nam Cao <[email protected]>
