Do nothing on empty input

This commit is contained in:
2025-10-21 22:16:16 +01:00
parent d1d9106e2e
commit a748c9644a
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ func replCmdAction(cmd *cobra.Command, args []string) {
PS1: "\rESDI > ",
})
repl.Start()
repl.Close()
}
// removeLabelCmd represents the removeLabel command