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
CLI: verdi node graph generate root nodes as arguments (#6427)
Recently, the command was changed to support specifying multiple root
nodes. To keep backwards compatibility, the `-N/--nodes` option was
added. This led to some pretty awkward behavior though with also the
output file being defined as an argument being deprecated in favor of
the `-O/--output-file` option.
If backwards compatibility wasn't a concern, a better interface would be
to take root nodes as positional arguments, which is the standard across
`verdi` commands. Since this is a more intuitive and consistent design,
it is adopted here despite it breaking backwards compatibility.
0 commit comments