2 instantiations of ProjectCommandLineApplication
dotnet-user-jwts (2)
Commands\ProjectCommandLineApplication.cs (1)
42var command = new ProjectCommandLineApplication(Reporter) { Name = name, Parent = this };
Program.cs (1)
30ProjectCommandLineApplication userJwts = new(_reporter)
10 references to ProjectCommandLineApplication
dotnet-user-jwts (10)
Commands\ClearCommand.cs (1)
11public static void Register(ProjectCommandLineApplication app)
Commands\CreateCommand.cs (1)
23public static void Register(ProjectCommandLineApplication app, Program program)
Commands\KeyCommand.cs (1)
12public static void Register(ProjectCommandLineApplication app)
Commands\ListCommand.cs (1)
12public static void Register(ProjectCommandLineApplication app)
Commands\PrintCommand.cs (1)
11public static void Register(ProjectCommandLineApplication app)
Commands\ProjectCommandLineApplication.cs (3)
40public ProjectCommandLineApplication Command(string name, Action<ProjectCommandLineApplication> configuration) 42var command = new ProjectCommandLineApplication(Reporter) { Name = name, Parent = this };
Commands\RemoveCommand.cs (1)
11public static void Register(ProjectCommandLineApplication app)
Program.cs (1)
30ProjectCommandLineApplication userJwts = new(_reporter)