Skip to content

Commit 54cad15

Browse files
devlooped-botkzu
authored andcommitted
+Mᐁ includes
1 parent 1e0d0f7 commit 54cad15

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

readme.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,19 @@ action.
1818
<!-- include src/dotnet-env/Docs/help.md -->
1919
```shell
2020
> dotnet env --help
21+
DESCRIPTION:
22+
Discovers .NET versions used in the current directory recursively
23+
2124
USAGE:
22-
dotnet env [OPTIONS] <COMMAND>
25+
dotnet env [OPTIONS] [COMMAND]
2326

2427
OPTIONS:
25-
-h, --help Prints help information
28+
-h, --help Prints help information
29+
-o, --output [FILE] Whether to write versions to an output file. File
30+
path defaults to ./.github/dotnet.json
2631

2732
COMMANDS:
28-
init Discovers .NET versions used in the current directory
29-
recursively and emits a versions file
30-
workflow Creates a GitHub Actions workflow file for dotnet-env
33+
workflow Creates a GitHub Actions workflow file for dotnet-env
3134
```
3235

3336
<!-- src/dotnet-env/Docs/help.md -->
@@ -42,8 +45,8 @@ USAGE:
4245
dotnet env workflow [file] [OPTIONS]
4346

4447
ARGUMENTS:
45-
[file] Optional relative path to the versions file to use. If not
46-
specified, the default is `./.github/dotnet.json`
48+
[file] Path to the versions file to use in the workflow. Defaults to
49+
./.github/dotnet.json
4750

4851
OPTIONS:
4952
-h, --help Prints help information

0 commit comments

Comments
 (0)