Björn Kautler
Björn Kautler
Also `null` should be modelable, to for example model this which is not even possible right now on the one layer the matrices support: ```yaml strategy: fail-fast: false matrix: environment:...
Not really a for loop, more a for loop over the combinations result. But it has slight differences like for example by default it fails fast if one job in...
How about ```kts run( // language=kotlin command = """ println("Hello from action logic! (works already)") """.trimIndent(), _customArguments = mapOf( "shell" to StringCustomValue("kotlin -howtorun .main.kts {0}") ) ) ``` ?
Maybe `runMainKts` to make it clear it runs as `*.main.kts` and you can for example use `@Depends` and so on.
Is there any way to manually work-around this except for generating the YAML and then doing a string replace in the result? I didn't find a way to customize this,...
Just annotate a class that is not `Runnable` or `Callable` with `@Command` and build with annotation processor configured. The annotation processor will not complain but at runtime it fails.
Currently not, sorry. I'm too busy with other stuff and it does not bite me enough. :-)
Also while reading the "Required Subcommands" section, I'd say that the error message is missing "and does not have subcommands" in which case it would have been valid.
No, that wouldn't make sense. I reported in this issue, that if you annotate a class that is not `Runnable` or `Callable` with `@Command` and build with annotation processor configured....
> I currently use Totally not Panorama which itself is a fork of Panorama View. They are almost a complete copy of the original Tab Groups feature. So they're not...