docs: clarify behavior of bin/parse-legacy-file (#1424)

This commit is contained in:
Trevor Brown 2023-01-09 17:12:48 -05:00 committed by GitHub
parent d6a4cbd685
commit 1b62f4a638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ Note: This will only apply for users who have enabled the `legacy_version_file`
#### bin/parse-legacy-file
This can be used to further parse the legacy file found by asdf. If `parse-legacy-file` isn't implemented, asdf will simply cat the file to determine the version. The script will be passed the file path as its first argument.
This can be used to further parse the legacy file found by asdf. If `parse-legacy-file` isn't implemented, asdf will simply cat the file to determine the version. The script will be passed the file path as its first argument. Note that this script should be **deterministic** and always return the same exact version when parsing the same legacy file. The script should return the same version regardless of what is installed on the machine or whether the legacy version is valid or complete. Some legacy file formats may not be suitable.
#### bin/post-plugin-add