Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The command line interface shound be documented #70

Open
cknoll opened this issue Feb 19, 2022 · 0 comments
Open

The command line interface shound be documented #70

cknoll opened this issue Feb 19, 2022 · 0 comments

Comments

@cknoll
Copy link
Collaborator

cknoll commented Feb 19, 2022

Running mvn package yields the script openllet/tools-cli/target/openlletcli/bin/openllet.

From there we get

> ./openllet help
Usage: openllet <subcommand> [options] <file URI>...
Openllet command-line client, version (unreleased).
Type 'openllet help <subcommand>' for help on a specific subcommand.

Available subcommands:
        classify
        consistency
        entail
        explain
        extract
        info
        lint
        modularity
        query
        realize
        trans-tree
        unsat

Openllet is an OWL2 ontology (DL)reasoner.
For more information, see https://www.w3.org/TR/owl2-profiles/

This (and ./openllet help <subcommand>) is helpful but it is unclear whether all functionality is covered by the help commands. A real (auto-generated) documentation would be helpful. Ideally this documentation would also contain examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant