summaryrefslogtreecommitdiffstats
path: root/input/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'input/command.go')
-rw-r--r--input/command.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/input/command.go b/input/command.go
index 17f38ff..c02f65c 100644
--- a/input/command.go
+++ b/input/command.go
@@ -14,7 +14,6 @@ import (
// Run provides a shell script interface for the text input bubble.
// https://github.com/charmbracelet/bubbles/textinput
func (o Options) Run() error {
-
var value string
if o.Value != "" {
value = o.Value