EggEgg.Shell.Hosting
5.0.0-rc52-rc04
This is a prerelease version of EggEgg.Shell.Hosting.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EggEgg.Shell.Hosting --version 5.0.0-rc52-rc04
NuGet\Install-Package EggEgg.Shell.Hosting -Version 5.0.0-rc52-rc04
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EggEgg.Shell.Hosting" Version="5.0.0-rc52-rc04" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EggEgg.Shell.Hosting --version 5.0.0-rc52-rc04
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EggEgg.Shell.Hosting, 5.0.0-rc52-rc04"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EggEgg.Shell.Hosting as a Cake Addin #addin nuget:?package=EggEgg.Shell.Hosting&version=5.0.0-rc52-rc04&prerelease // Install EggEgg.Shell.Hosting as a Cake Tool #tool nuget:?package=EggEgg.Shell.Hosting&version=5.0.0-rc52-rc04&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
csharp-shell
Provide easy and fully-armed command-based shell experience.
Features
(screenshots or records are WIP)
Just write a command struct in less than 20 lines, and get:
- User input not shuffled by random log output
- Executing-like command line args input
- Auto generate usage
- Auto completion of options or file path while input
You can view example at src/ShellExample
. dotnet run
to continue. Try the following:
- Type
help
and see commands overview; - Type
health
and pressTab
to see command auto-completion; - Press
Space
,Tab
to see subcommand auto-completion, more times to complete options; - Type
healthcheck help
to see auto-generated usage; - Type
select -p "
and pressTab
to see file path auto-completion; - Press
Ctrl+C
to see exiting prompt. This is customized in .../CustomCommandLine.cs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- EggEgg.Shell (>= 5.0.0-rc52-rc04)
- Microsoft.Extensions.Hosting (>= 8.0.0)
-
net8.0
- EggEgg.Shell (>= 5.0.0-rc52-rc04)
- Microsoft.Extensions.Hosting (>= 8.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0-rc52-rc06 | 3 | 7/15/2024 |
5.0.0-rc52-rc05 | 1 | 7/14/2024 |
5.0.0-rc52-rc04 | 1 | 7/14/2024 |
5.0.0-rc52-rc03 | 1 | 7/14/2024 |
5.0.0-rc52-rc02 | 0 | 7/14/2024 |
5.0.0-rc52-rc01 | 0 | 7/14/2024 |
5.0.0-rc52 | 2 | 7/9/2024 |
5.0.0-rc51 | 4 | 7/2/2024 |
5.0.0-rc15 | 3 | 8/19/2024 |
5.0.0-rc14 | 12 | 8/12/2024 |
5.0.0-rc13 | 1 | 8/12/2024 |
5.0.0-rc12 | 1 | 8/12/2024 |
5.0.0-rc11 | 0 | 8/12/2024 |
5.0.0-rc10 | 2 | 8/12/2024 |
5.0.0-rc09 | 2 | 8/11/2024 |
5.0.0-rc07 | 1 | 7/30/2024 |
Provide easy and fully-armed command-based shell experience.