From 41052deeda2a00ee2b8ec2041c9c87c11de82ab2 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Fri, 11 Feb 2022 13:42:54 -0300 Subject: [PATCH] fix(covector): add cli.js to change files --- .changes/fix-cli-prompts.md | 1 + .changes/perf-cli-dir-lookup.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.changes/fix-cli-prompts.md b/.changes/fix-cli-prompts.md index 7c688f425..b35e304f7 100644 --- a/.changes/fix-cli-prompts.md +++ b/.changes/fix-cli-prompts.md @@ -1,5 +1,6 @@ --- "cli.rs": patch +"cli.js": patch --- Fix `init` command prompting for values even if the argument has been provided on the command line. diff --git a/.changes/perf-cli-dir-lookup.md b/.changes/perf-cli-dir-lookup.md index 6fd329695..3a1c9dc99 100644 --- a/.changes/perf-cli-dir-lookup.md +++ b/.changes/perf-cli-dir-lookup.md @@ -1,5 +1,6 @@ --- "cli.rs": patch +"cli.js": patch --- Respect `.gitignore` configuration when looking for the folder with the `tauri.conf.json` file.