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
feat(detect_os): Add Major/Minor version detection
Adds major/minor version detection. When asking for --os-version,
additonal flags can be provided `--major-version` to ask for the OS major
version and `--minor-version` to get the OS minor version. This is done
using `--version-separator` to provide a character (default of ".") to
split the version string into its components.
0 commit comments