diff --git a/.gitignore b/.gitignore index ffe61c8..ef757c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +bin cli .stackhead-cli.yml diff --git a/routines/tasks.go b/routines/tasks.go index 8759638..2f8554f 100644 --- a/routines/tasks.go +++ b/routines/tasks.go @@ -63,7 +63,7 @@ func RunTask(options ...TaskOption) { _, _ = fmt.Fprintf(os.Stdout, "⌛ %s\n", t.Text) } else { s = spinner.New(spinner.CharSets[11], 150*time.Millisecond) - //s.ShowTimeElapsed = true + // s.ShowTimeElapsed = true s.Reverse() s.Suffix = " " + t.Text s.Start()