Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

CBielstein
Copy link
Contributor

Description

Corrects documentation of the dotnet-script register command introduced by #431.

Since this is invoking dotnet-script's register command, it should be dotnet script register or dotnet-script regster instead of dotnet register script.

I also corrected a grammatical error on the same line.

Verification

On my local machine with dotnet-script installed at version 1.3.1, I get the following output:

>dotnet-script --version
1.3.1

>dotnet register script
Could not execute because the specified command or file was not found.
Possible reasons for this include:
  * You misspelled a built-in dotnet command.
  * You intended to execute a .NET program, but dotnet-register does not exist.
  * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.

>dotnet script register
...[Registered]

@filipw filipw merged commit 2389f6d into dotnet-script:master Aug 4, 2022
@filipw
Copy link
Member

filipw commented Aug 4, 2022

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants