All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.jbang.cli.FormatMixin Maven / Gradle / Ivy

There is a newer version: 0.121.0
Show newest version
package dev.jbang.cli;

import picocli.CommandLine;

public class FormatMixin {

	public enum Format {
		text, json
	}

	@CommandLine.Option(names = {
			"--format" }, description = "Specify output format ('text' or 'json')")
	protected Format format;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy