Skip to content

Commit

Permalink
[terminal/input] Add 'NewLine' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jul 23, 2024
1 parent 006ff2a commit 3df776a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terminal/input/input_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ var HidePassword = false
// with option for forced actions)
var AlwaysYes = false

// ❗ NewLine is a flag for extra new line after inputs
var NewLine = false

// ////////////////////////////////////////////////////////////////////////////////// //

// ❗ Read reads user input
Expand Down

0 comments on commit 3df776a

Please sign in to comment.