Navigation Menu

Skip to content

Commit

Permalink
feat: display plugin repo refs alongside urls in info cmd (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Jul 26, 2021
1 parent 060462f commit cd0a6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/command-info.bash
Expand Up @@ -5,7 +5,7 @@ info_command() {
printf "%s:\\n%s\\n\\n" "SHELL" "$($SHELL --version)"
printf "%s:\\n%s\\n\\n" "ASDF VERSION" "$(asdf_version)"
printf "%s:\\n%s\\n\\n" "ASDF ENVIRONMENT VARIABLES" "$(env | grep -E "ASDF_DIR|ASDF_DATA_DIR|ASDF_CONFIG_FILE|ASDF_DEFAULT_TOOL_VERSIONS_FILENAME")"
printf "%s:\\n%s\\n\\n" "ASDF INSTALLED PLUGINS" "$(asdf plugin list --urls)"
printf "%s:\\n%s\\n\\n" "ASDF INSTALLED PLUGINS" "$(asdf plugin list --urls --refs)"
}

info_command "$@"

0 comments on commit cd0a6a7

Please sign in to comment.