1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 13:17:23 +00:00

Add command prefix constant

This commit is contained in:
Sam
2019-10-02 23:00:29 -04:00
parent 4f7655dfd6
commit 6e8704b954

View File

@ -11,6 +11,8 @@ import (
"samhofi.us/x/keybase" "samhofi.us/x/keybase"
) )
const cmdPrefix = "/"
// Configurable section // Configurable section
var downloadPath = "/tmp/" var downloadPath = "/tmp/"
var outputFormat = "┌──[$USER@$DEVICE] [$ID] [$DATE - $TIME]\n└╼ $MSG" var outputFormat = "┌──[$USER@$DEVICE] [$ID] [$DATE - $TIME]\n└╼ $MSG"