From e098ce1246ec9cdaa424814f0b169b516faa3333 Mon Sep 17 00:00:00 2001 From: Tali Auster Date: Tue, 5 Dec 2023 08:43:16 -0700 Subject: [PATCH] Document --chdir in user-changes --- doc/user-changes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/user-changes.md b/doc/user-changes.md index 5553e599..24341e0b 100644 --- a/doc/user-changes.md +++ b/doc/user-changes.md @@ -78,6 +78,14 @@ be achieved by using a new configuration path (`ALR_CONFIG` or `-c` global switch). In that case, the aforementioned paths will be found under `/path/to/config/cache`. +### Set working directory with `--chdir` + +PR [#1479](https://github.com/alire-project/alire/pull/1479) + +A new switch `--chdir` (short form `-C`) is introduced which requires a target +directory argument. `alr` then runs as though it were invoked in that +directory. + ### Request review of an index submission with `alr publish --request-review` PR [#1409](https://github.com/alire-project/alire/pull/1409) -- 2.39.5