func (c *cmd) handleUpgrade(ctx *ishell.Context) {
    var endVersion string
    if len(ctx.Args) == 1 {
        endVersion = ctx.Args[0]
    }