Cedric GESTES
Cedric GESTES
Hi guys, can we have a way to disable history? :)
Hi, I have a "meta" feature which list others features to install in "dependsOn". I noticed that the dependencies of the meta-features are not installed. Is it implemented? (I couldn't...
```golang package main import ( "time" "github.com/pterm/pterm" ) func fake_prints() { for { pterm.Println("This is a fake print") time.Sleep(time.Second) } } func main() { go fake_prints() // Create and start...