fix(create): support --name alias, default workspace, and grok onboarding dispatch
This commit is contained in:
@@ -478,7 +478,7 @@ except Exception:
|
||||
pass
|
||||
" 2>/dev/null || echo "")
|
||||
else
|
||||
if [ -n "$MAM_WS_LABEL" ]; then
|
||||
if [ -n "${MAM_WS_LABEL:-}" ]; then
|
||||
_real_herdr workspace rename "$existing_ws" "$MAM_WS_LABEL" >/dev/null 2>&1 || true
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user