Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uditdc committed Aug 14, 2023
1 parent de02bf4 commit a2b6487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/function/env/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ interface EnvSetCommandOptions {
}

/**
* Entry function for bls function env list
*
* @param options
* @returns
Expand Down
1 change: 1 addition & 0 deletions src/commands/function/env/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface EnvSetCommandOptions {
}

/**
* Entry function for bls function env set
*
* @param options
* @returns
Expand Down
1 change: 1 addition & 0 deletions src/commands/function/env/unset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface EnvUnsetCommandOptions {
}

/**
* Entry function for bls function env unset
*
* @param options
* @returns
Expand Down

0 comments on commit a2b6487

Please sign in to comment.