StarDeploy完成pack打包命令,支持单文件单目录打包
智能大石头 authored at 2025-04-28 17:40:48
218.00 B
Stardust
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace DeployAgent.Commands;

internal interface ICommand
{
    void Process(String[] args);
}