Added support for `clear` command on macOS (darwin)
This fixes the issue "Error: your platform is unsupported, terminal can't be cleared" when trying to convert a GIF in macOS.
This commit is contained in:
parent
37be61171d
commit
4597533c4f
|
|
@ -127,6 +127,7 @@ func init() {
|
|||
cmd.Stdout = os.Stdout
|
||||
cmd.Run()
|
||||
}
|
||||
clear["darwin"] = clear["linux"]
|
||||
}
|
||||
|
||||
func clearScreen() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue