From 1b62f4a6389f9275c7273524cbaa4bc28a718c27 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Mon, 9 Jan 2023 17:12:48 -0500 Subject: [PATCH] docs: clarify behavior of `bin/parse-legacy-file` (#1424) --- docs/plugins/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/create.md b/docs/plugins/create.md index 026130407..cafc9f053 100644 --- a/docs/plugins/create.md +++ b/docs/plugins/create.md @@ -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