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