Skip to content

Commit

Permalink
fix: missed export
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Sep 10, 2021
1 parent 379d14f commit 63086ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exported.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

export { generateTableChoices } from './util';
export { generateTableChoices, toHelpSection } from './util';
export { Deployable, Deployer } from './deployer';
export { Prompter } from './prompter';
export { SfHook } from './hooks';
Expand Down

0 comments on commit 63086ae

Please sign in to comment.