File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/cli-kit/src/public/node Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -495,9 +495,9 @@ export interface RenderSingleTaskOptions<T> {
495495
496496/**
497497 * Awaits a single task and displays a loading bar while it's in progress. The task's result is returned.
498- * @param title - The initial title to display with the loading bar
499- * @param task - The async task to execute. Receives an updateStatus callback to change the displayed title.
500- * @param renderOptions - Optional render configuration
498+ * @param options. title - The initial title to display with the loading bar
499+ * @param options. task - The async task to execute. Receives an updateStatus callback to change the displayed title.
500+ * @param options. renderOptions - Optional render configuration
501501 * @returns The result of the task
502502 * @example
503503 * ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
You can’t perform that action at this time.
0 commit comments