You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for $ rocket --version which prints the version found in the version file, and prints any binaries found in the root directory or in build/
There is a function in start_middleware.py that should be used for finding binaries for this task
Add support for
$ rocket --versionwhich prints the version found in the version file, and prints any binaries found in the root directory or in build/There is a function in start_middleware.py that should be used for finding binaries for this task