Skip to content

gui: Add support to read the version from the CLI#98

Merged
tridge merged 1 commit intodronecan:masterfrom
joshanne:pr/print-version-from-cli
Mar 25, 2026
Merged

gui: Add support to read the version from the CLI#98
tridge merged 1 commit intodronecan:masterfrom
joshanne:pr/print-version-from-cli

Conversation

@joshanne
Copy link
Copy Markdown
Collaborator

@joshanne joshanne commented Aug 6, 2025

Doing some branch clean up - here's a change to print the version from the CLI.

This makes it so you don't have to launch the full GUI just to pull the dronecan_gui_tool version info.

@joshanne joshanne force-pushed the pr/print-version-from-cli branch from 7cbce1a to 3cb5a16 Compare November 28, 2025 00:40
Comment thread dronecan_gui_tool/main.py
logging.basicConfig(stream=sys.stderr, level=logging_level,
format='%(asctime)s %(levelname)s %(name)s %(message)s')

from .version import __version__
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this could go above the debug args, given this doesnt make use of logging at all.

@tridge tridge merged commit fd56575 into dronecan:master Mar 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants