dagger input bool implementation
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
11
tests/cli/input/bool/main.cue
Normal file
11
tests/cli/input/bool/main.cue
Normal file
@@ -0,0 +1,11 @@
|
||||
package testing
|
||||
|
||||
import (
|
||||
"alpha.dagger.io/dagger"
|
||||
)
|
||||
|
||||
first: dagger.#Input & {bool | *false}
|
||||
|
||||
if first == true {
|
||||
second: true
|
||||
}
|
Reference in New Issue
Block a user