Esempio n. 1
0
        /// <summary>
        /// Startup method of the CLI.
        /// </summary>
        /// <param name="args"></param>
        internal static void Main(string[] args)
        {
            ActionProvider actionProvider = new ActionProvider(args);

            actionProvider.Execute();
        }