From 3d23208019a2c9faaf265ff13ad59f2d04f10079 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Thu, 27 Aug 2020 21:55:58 +0100 Subject: fix(deno install): Strip "@..." suffixes from inferred names (#7223) --- docs/tools/script_installer.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/tools') diff --git a/docs/tools/script_installer.md b/docs/tools/script_installer.md index e588a39d6..a5f37659c 100644 --- a/docs/tools/script_installer.md +++ b/docs/tools/script_installer.md @@ -32,6 +32,7 @@ The executable name is inferred by default: - If the file stem is something generic like 'main', 'mod', 'index' or 'cli', and the path has no parent, take the file name of the parent path. Otherwise settle with the generic name. +- If the resulting name has an '@...' suffix, strip it. To change the installation root, use `--root`: -- cgit v1.2.3