表格默认应该巨左,目前是巨中#3734
方法:
UpdateSelf(current, slug string) (*UpdateResult, error)
UpdateSelfWithOptions(current, slug string, opts ApplyOptions) (*UpdateResult, error)
UpdateSelfToRelease(current string, rel *Release) (*UpdateResult, error)
UpdateSelfToReleaseWithOptions(current string, rel *Release, opts ApplyOptions) (*UpdateResult, error)
UpdateCommand(cmdPath, current, slug string) (*UpdateResult, error)
UpdateCommandWithOptions(cmdPath, current, slug string, opts ApplyOptions) (*UpdateResult, error)
UpdateCommandToRelease(cmdPath, current string, rel *Release) (*UpdateResult, error)
UpdateCommandToReleaseWithOptions(cmdPath, current string, rel *Release, opts ApplyOptions) (*UpdateResult, error)
UpdateTo(rel *Release, cmdPath string) error
UpdateToWithOptions(rel *Release, cmdPath string, opts ApplyOptions) error
DetectLatest(slug string) (*Release, bool, error)
DetectVersion(slug, version string) (*Release, bool, error)
妲己