de.unistuttgart.ims.drama.main.Options Maven / Gradle / Ivy
The newest version!
package de.unistuttgart.ims.drama.main;
import java.io.File;
import com.lexicalscope.jewel.cli.Option;
public interface Options {
@Option
File getInput();
@Option(defaultToNull = true)
File getOutput();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy