Skip to content

Commit

Permalink
add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Sep 17, 2024
1 parent 050f99c commit 230611a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/cli/cmd-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ import { parseEnvUsing } from "./parse-env";
import { ResultCodes } from "./result-codes";

/**
* Makes a {@link SearchCmd} function.
* Makes the `openupm search` cli command with the given dependencies.
* @param readTextFile IO function for reading a text file.
* @param searchRegistry IO function for sending a search request to a
* registry.
* @param fetchAllPackuments IO function for getting all packages from a
* registry.
* @param log Logger for cli output.
* @param debugLog IO function for debug-logs.
* @returns The command.
*/
export function makeSearchCmd(
readTextFile: ReadTextFile,
Expand Down

0 comments on commit 230611a

Please sign in to comment.