ontoenv-cli 0.5.0-a6

Command line tool to manage ontologies and their imports in a local environment
1
2
3
4
5
use anyhow::Result;

fn main() -> Result<()> {
    ontoenv_cli::run()
}