no-more-circle-autorisation-to-file

This commit is contained in:
Paul Schneider 2021-06-03 18:21:31 +01:00
commit 6106cd4c7e
17 changed files with 2892 additions and 795 deletions

View file

@ -16,11 +16,11 @@ namespace cli
CommandArgument critCommandArg = null;
CommandOption sendHelpOption = null;
CommandLineApplication sendMailCommandApp
= rootApp.Command("send-monthly",
= rootApp.Command("send-email",
(target) =>
{
target.FullName = "Send email";
target.Description = "Sends monthly emails using given template from code";
target.Description = "Sends emails using given template from code";
sendHelpOption = target.HelpOption("-? | -h | --help");
critCommandArg = target.Argument(
"criteria",