Skip to content

Commit

Permalink
Added doc comment for input
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 12, 2024
1 parent f22d266 commit 7edef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface ShellOptions {

export interface ShellContext extends Required<ShellOptions> {
/**
*
* The input currently being shown
*/
input: string;

Expand Down

0 comments on commit 7edef3a

Please sign in to comment.