We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's commented code already for uname -v, but we should consider reparsing from e.g. `Fri, 06 Mar 2020 00:57:33 +0000' to e.g. '20.03'.
uname -v
The OS_VERSION is currently hardcoded to '18.04' as a first stab at things. (And because it works for me.)
The text was updated successfully, but these errors were encountered:
Probably should make it an option...
One of:
uname -a
uname -r
Sorry, something went wrong.
No branches or pull requests
There's commented code already for
uname -v
, but we should consider reparsing from e.g. `Fri, 06 Mar 2020 00:57:33 +0000' to e.g. '20.03'.The OS_VERSION is currently hardcoded to '18.04' as a first stab at things. (And because it works for me.)
The text was updated successfully, but these errors were encountered: