diff --git a/bigdl b/bigdl index 1ffb35e..b354a9b 100644 Binary files a/bigdl and b/bigdl differ diff --git a/helperFunctions.go b/helperFunctions.go index dd31f71..380210b 100644 --- a/helperFunctions.go +++ b/helperFunctions.go @@ -18,8 +18,6 @@ import ( "syscall" ) -var indicator string = "..>" - // signalHandler sets up a channel to listen for interrupt signals and returns a function // that can be called to check if an interrupt has been received. func signalHandler(ctx context.Context, cancel context.CancelFunc) (func() bool, error) { diff --git a/main.go b/main.go index f553939..542e175 100644 --- a/main.go +++ b/main.go @@ -56,6 +56,8 @@ const usagePage = "Usage: bigdl [-vh] {list|install|remove|update|run|info|searc ///// YOU MAY CHANGE THESE TO POINT TO ANOTHER PLACE. const ( + // Truncation indicator + indicator = "...>" // Cache size limit & handling. MaxCacheSize = 10 BinariesToDelete = 5