You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
group.add_argument(
"--lib-name-path",
help="Print the absolute path of interface library for given interface (VPI/VHPI/FLI) and simulator",
nargs=2,
metavar=("INTERFACE", "SIMULATOR"),
)
generates the following documentation
Only the first of the two metavars is printed and the (default: None) clause is unnecessary.
The text was updated successfully, but these errors were encountered:
generates the following documentation
Only the first of the two metavars is printed and the
(default: None)
clause is unnecessary.The text was updated successfully, but these errors were encountered: