-
Notifications
You must be signed in to change notification settings - Fork 162
Add --version flag #378
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
As per https://clig.dev/ we should have a --version flag on generator and other commands. This should display the linkml version - perhaps also runtime.
not sure how to implement this:
>>> import linkml
RDFLib Version: 5.0.0
>>> linkml.__version__
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'linkml' has no attribute '__version__'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers