Skip to content

Commit 7dc0317

Browse files
committed
restore options in JSDoc
1 parent daaeaf2 commit 7dc0317

File tree

1 file changed

+3
-3
lines changed
  • packages/cli-kit/src/public/node

1 file changed

+3
-3
lines changed

packages/cli-kit/src/public/node/ui.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
* ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

0 commit comments

Comments
 (0)