public override Command BuildCommand()

in src/Dimmy.Sitecore.Plugin/Versions/10.1.0/Project/SitecoreProject.cs [21:26]


        public override Command BuildCommand()
        {
            var command = new Command("sitecore-10.1.0", "Command to interaction with Sitecore 10.1.0 ");
            AddSubCommands(command, _sitecoreProjectSubCommands);
            return command;
        }