Module aya.cli.impl

Record Class CompilerFlags

java.lang.Object
java.lang.Record
org.aya.cli.single.CompilerFlags

public record CompilerFlags(@NotNull CompilerFlags.Message message, boolean interruptedTrace, boolean remake, CompilerFlags.PrettyInfo prettyInfo, @NotNull kala.collection.SeqView<Path> modulePaths, @Nullable Path outputFile) extends Record