version check
for platform
Checks to see if you have the latest version of nushell.
Signature
> version check {flags}
Input/output types:
input | output |
---|---|
nothing | string |
Examples
Check if you have the latest version of nushell
> version check
Notes
If you're running nushell nightly, version check
will check to see if you are running the latest nightly version. If you are running the nushell release, version check
will check to see if you're running the latest release version.