File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff 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+
2124USAGE:
22- dotnet env [OPTIONS] < COMMAND>
25+ dotnet env [OPTIONS] [ COMMAND]
2326
2427OPTIONS:
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
2732COMMANDS:
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 -->
4245 dotnet env workflow [file] [OPTIONS]
4346
4447ARGUMENTS:
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
4851OPTIONS:
4952 -h, --help Prints help information
You can’t perform that action at this time.
0 commit comments