import { program } from 'commander'; program .command('link', '创建文件的软链') .argument('', '需要软链的文件地址') .argument('', '软链的目标地址');