The core library used by other Relic-Tool packages.
While the core library does not define any commands; it does define the command line. To discover installed commands, run the following.
relic -h
Commands can also be run directly from the library; To discover installed commands, run the following.
from relic.core import CLI
exit_status = CLI.run_with('-h')
The core package does not define any CLI functionality itself.
If no options are specified, check to see if other Relic-Tool packages are installed that offer command line integration.
You can do this by running the following:
python -m pip list
And looking for relic-tool-...
in the command's output.
If you only see relic-tool-core
, you need to install the desired Relic-Tool package the command belongs to.
pip install relic-tool-core
For more information, see pip VCS support
pip install git+https://github.com/MAK-Relic-Tool/Relic-Tool-Core
Click the link above, to visit the Issue Tracker
Not affiliated with Sega, Relic Entertainment, or THQ.