Here I'd expect several additional keys to be included, based on the define_cmd_args for this command: -fields, -digits, -no_line_splits, as well as the redirect operators.
% help with_output_to_variable
with_output_to_variable var
This output is missing the { cmds } piece that is included in its define_cmd_args.
I noticed two commands with truncated help outputs,
report_checks
andwith_output_to_variable
.Here I'd expect several additional keys to be included, based on the
define_cmd_args
for this command:-fields
,-digits
,-no_line_splits
, as well as the redirect operators.This output is missing the
{ cmds }
piece that is included in itsdefine_cmd_args
.Issue was originally noted in https://github.com/The-OpenROAD-Project/OpenROAD/issues/5057