public override Command BuildCommand()

in src/Dimmy.Sitecore.Plugin/Versions/10.1.0/Project/SubCommands/DeployDevelopmentHelper.cs [39:48]


        public override Command BuildCommand()
        {
            var buildCommand = new Command("DeployDevelopmentHelper")
            {
                new Option<string>("--project-id",
                    "The Id of the Project you wish to attach to. Omit for context project"),
                new Option<string>("--working-path", "Working Path"),
            };
            return buildCommand;
        }