Example #1
0
        public SearchtermUnsplashSource(bool ask = false)
        {
            if (!ask)
            {
                return;
            }

            Term       = Questions.AskQuestion("Specify the search terms (Can be separated by a comma): ");
            IsFeatured = Questions.AskBoolQuestion("Search for featured images: ");
        }