Example #1
0
        private static async Task CreateProfile(Cli.NewProfileOptions options)
        {
            if (!options.Validate())
            {
                return;
            }

            Configuration.Logger(options.Verbosity);

            await Profile.CreateAsync(options);
        }