mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
Rename "returnOnExit" build tag to "interactive"
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
//go:build !returnOnExit
|
||||
//go:build !interactive
|
||||
|
||||
package core
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
//go:build returnOnExit
|
||||
//go:build interactive
|
||||
|
||||
package core
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build (windows || darwin || android || termux || wsl) && !returnOnExit
|
||||
//go:build (windows || darwin || android || termux || wsl) && !interactive
|
||||
|
||||
package core
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build !windows && !darwin && !android && !termux && !wsl && !returnOnExit
|
||||
//go:build !windows && !darwin && !android && !termux && !wsl && !interactive
|
||||
|
||||
package core
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build (windows || darwin || android || termux || wsl) && returnOnExit
|
||||
//go:build (windows || darwin || android || termux || wsl) && interactive
|
||||
|
||||
package core
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build !windows && !darwin && !android && !termux && !wsl && returnOnExit
|
||||
//go:build !windows && !darwin && !android && !termux && !wsl && interactive
|
||||
|
||||
package core
|
||||
|
||||
|
||||
Reference in New Issue
Block a user