diff --git a/src/exported.ts b/src/exported.ts index 499b3767b..e0b8350bd 100644 --- a/src/exported.ts +++ b/src/exported.ts @@ -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';