mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
Esiur CLI
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Esiur.CLI.Configuration;
|
||||
|
||||
public sealed class CliConfiguration
|
||||
{
|
||||
public string? DefaultProfile { get; set; }
|
||||
public string OutputFormat { get; set; } = "table";
|
||||
public string Timeout { get; set; } = "30s";
|
||||
public Dictionary<string, ConnectionProfile> Profiles { get; set; }
|
||||
= new(StringComparer.OrdinalIgnoreCase);
|
||||
}
|
||||
Reference in New Issue
Block a user