version-check
should attempt to read F´ version if ran in a project
#2996
Labels
version-check
should attempt to read F´ version if ran in a project
#2996
Feature Description
fprime-util version-check
was built so that it doesn't require to be in a project to be ran. It simply prints out a bunch of things, without trying to load the build/project.This has the downside that we can't read the F´ version, since this requires to load project information. But it does have the advantage of being runnable anywhere, and not just within an fprime project.
It would be nice if we could read the F´ version nonetheless. We could either:
./fprime
./lib/fprime
and other common locations if there exists a.git
repoThe text was updated successfully, but these errors were encountered: