From 9a36b6fb04764f49cc617be0c5bc7cdbd7fd5956 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Tue, 3 Sep 2024 12:40:50 -0700 Subject: fix(flags): require global flag for permission flags in install subcommand (#25391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also rewrites some of the subcommands help text Closes https://github.com/denoland/deno/issues/25362 --------- Co-authored-by: Bartek IwaƄczuk --- tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/specs') diff --git a/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc b/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc index 68fa8fdf0..1f4952ed9 100644 --- a/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc +++ b/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc @@ -4,7 +4,7 @@ "HOME": "$DENO_DIR" }, "tempDir": true, - "args": "install -A -L debug", + "args": "install -L debug", "output": "main.out", "cwd": "subdir" } -- cgit v1.2.3