From 6eda8f52498d59ddc2f6dfe7d5e06282ca96f346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Sima=CC=83o?= Date: Sat, 16 Oct 2021 06:30:29 -0300 Subject: [PATCH] added pre-cmds --- constants/lib.go | 1 + 1 file changed, 1 insertion(+) diff --git a/constants/lib.go b/constants/lib.go index 8b2065c..68d282d 100644 --- a/constants/lib.go +++ b/constants/lib.go @@ -75,4 +75,5 @@ const ( ENV_REPLAY_ALIAS = "REPLAY_ALIAS" ENV_REPLAY_VER = "REPLAY_VER" ENV_REPLAY_QUEUEID = "REPLAY_QUEUEID" + ENV_REPLAY_PRECMDS = "REPLAY_PRECMDS" )