diff options
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 8c2400057..cba41db57 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -757,6 +757,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: deno install --allow-net --allow-read --root /usr/local https://deno.land/std/http/file_server.ts |