CommandInput_CS 0.0.2
See the version list below for details.
dotnet add package CommandInput_CS --version 0.0.2
NuGet\Install-Package CommandInput_CS -Version 0.0.2
<PackageReference Include="CommandInput_CS" Version="0.0.2" />
<PackageVersion Include="CommandInput_CS" Version="0.0.2" />
<PackageReference Include="CommandInput_CS" />
paket add CommandInput_CS --version 0.0.2
#r "nuget: CommandInput_CS, 0.0.2"
#:package CommandInput_CS@0.0.2
#addin nuget:?package=CommandInput_CS&version=0.0.2
#tool nuget:?package=CommandInput_CS&version=0.0.2
CommandInput_CS
Here is the Project CommandInput_CS
How to use
You can see the Example in Program.cs.
After a few time, you can download the NuGet Package "CommandInput_CS".
How it works
First, Your input will into Console.ReadKey() and return to the value keyInfo in Function CommandInputProcesser_CS.Input.ProcessInput().
Then, the input will be printed in console and push the input into the StringBuilder.
Then, if you press the key Enter, the StringBuilder will be turned into string and be returned.
You command will be explained in CommandExplainer_CS.Eplaner.ExplainCommand(), this function will slice the command. For more detail, you can find the logic in Explaier.cs
For NuGet
You can see the example in The Project Website, it will open after few time.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.