From 45fc9ea257d3f6bd3987858cc472c3e17f50c046 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 22:23:38 -0600 Subject: autogenpb now completely automatic --- shell.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell.go') diff --git a/shell.go b/shell.go index 2bde405..f2806d5 100644 --- a/shell.go +++ b/shell.go @@ -34,6 +34,10 @@ func (repo *Repo) RunQuiet(cmd []string) cmd.Status { return result } +func (repo *Repo) RunRealtime(cmd []string) cmd.Status { + return shell.PathRunRealtime(repo.GetFullPath(), cmd) +} + // for now, even check cmd.Exit func (repo *Repo) strictRun(cmd []string) (bool, error) { result := repo.RunQuiet(cmd) -- cgit v1.2.3