CommandLineOptions.cs (5)
49app.Command("set", c => SetCommand.Configure(c, options, console));
50app.Command("remove", c => RemoveCommand.Configure(c, options));
51app.Command("list", c => ListCommand.Configure(c, options));
52app.Command("clear", c => ClearCommand.Configure(c, options));
53app.Command("init", c => InitCommandFactory.Configure(c, options));