Skip to content

Commit

Permalink
Added optional flag to prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Feb 8, 2024
1 parent 5d39f27 commit 041ecb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {CreateAccountContext} from './index-module'
export interface PromptArgs {
title: string
body?: string
optional?: boolean
elements: PromptElement[]
}

Expand Down

0 comments on commit 041ecb9

Please sign in to comment.