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
fix(cli[load]): Add --detached to --here/--append mutual exclusion group
--detached silently overrode --here (short-circuited in _dispatch_build
before reaching the here check). Now all three load modes (-d, -a/
--append, --here) are in the same argparse mutually exclusive group.
0 commit comments