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

it.unibz.inf.ontop.cli.OntopBashCompletionGenerator Maven / Gradle / Ivy

There is a newer version: 5.2.1.1
Show newest version
package it.unibz.inf.ontop.cli;

import com.github.rvesse.airline.help.cli.bash.BashCompletionGenerator;
import com.github.rvesse.airline.model.GlobalMetadata;

import java.io.IOException;

public class OntopBashCompletionGenerator {


    public static void main(String[] args) throws IOException {
        GlobalMetadata metadata = Ontop.getOntopCommandCLI().getMetadata();

        BashCompletionGenerator generator = new BashCompletionGenerator<>();

        generator.usage(metadata, System.out);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy