From 5fe6ddad01bd86b1fd19652a11607d385bcce6dc Mon Sep 17 00:00:00 2001 From: Tim Abell Date: Wed, 20 Nov 2024 00:15:06 +0000 Subject: [PATCH] doc: Document optional solution argument --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85709c0..3481b22 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Files and folders will be recursively add/removed to match the filesystem. `SolutionItems` folder will be created and populated if missing. The name can be customized with `--folder`. +If there is only one `.sln` file in the current folder then the `--solution` argument can be omitted and it will automatically be found. + ## License - [A-GPL v3](LICENSE)