-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: add platform info to CLI version printout #816
Conversation
Signed-off-by: Panos Vagenas <[email protected]>
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Signed-off-by: Panos Vagenas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
we could also add |
Signed-off-by: Panos Vagenas <[email protected]>
a5c3601
@dolfim-ibm good point, added now. |
* feat: add platform info to CLI version printout Signed-off-by: Panos Vagenas <[email protected]> * Update main.py Signed-off-by: Panos Vagenas <[email protected]> * add Python implementation & language versions Signed-off-by: Panos Vagenas <[email protected]> --------- Signed-off-by: Panos Vagenas <[email protected]> Signed-off-by: Václav Vančura <[email protected]>
Adding platform info based on platform.platform(), aiming to getting OS, OS version, and architecture out of the box with
docling --version
(e.g. for debugging issues etc.)