metanorma / metanorma-cli

CLI (Command Line Interface) for Metanorma
BSD 2-Clause "Simplified" License
5 stars 5 forks source link

Incorporating CLI functionality from Metanorma-related CLIs, such as Relaton, Plurimath, Pubid, Fontist... #333

Open ronaldtse opened 4 months ago

ronaldtse commented 4 months ago

Each of these CLIs provide necessary functionality.

When Metanorma is offered through the single binary, users are unable to access these CLIs.

However, Thor (which is what all of these gems use) allows for linking a "subcommand" to another CLI class.

So maybe we can have:

$ metanorma relaton fetch "iso 9001"

Thoughts?