aboutsummaryrefslogtreecommitdiff
path: root/beku.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-05-19 20:04:28 +0700
committerShulhan <ms@kilabit.info>2018-05-19 20:04:28 +0700
commitae7867ff2091a5360bc7eddaff0d1d8a97bdb11e (patch)
tree437ba1b9d21165d9ef7ff1cde9be3e0bcddd6662 /beku.go
parent2d351be9315454915a156fd85112c2cf23413fa6 (diff)
downloadbeku-ae7867ff2091a5360bc7eddaff0d1d8a97bdb11e.tar.xz
Add remove operation
Diffstat (limited to 'beku.go')
-rw-r--r--beku.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/beku.go b/beku.go
index f63e393..9b838cf 100644
--- a/beku.go
+++ b/beku.go
@@ -28,6 +28,7 @@ const (
msgUpdateProceed = "Proceed with update?"
msgUpdateView = "View commit logs?"
+ msgContinue = "Continue?"
prefixTag = 'v'