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
additionalHint=' Use the `;` character if joining commands on a single line is needed.';
462
-
break;
463
-
}
464
-
case'fish': {
465
-
additionalHint=' Note that fish shell does not support heredocs - prefer printf or echo instead.';
466
-
break;
467
-
}
468
-
}
469
-
return<>The user's default shell is: "{shellName}"{shellNameHint}. When you generate terminal commands, please generate them correctly for this shell.{additionalHint}</>;
0 commit comments