Version Command¶
Show the current version of dcHook and optionally check the latest release on GitHub.
dchook version
Options¶
Flag | Shortcut | Description | Required |
---|---|---|---|
--offline |
-o |
Skip GitHub version check | ❌ |
Examples¶
Show local version and check GitHub:¶
dchook version
Show local version only (offline mode):¶
This won't get the latest release version from Github.
dchook version --offline