#! /usr/bin/env frecklecute
doc:
  short_help: "Change to a specific version of freckles."
  help: "Change to a specific version of freckles.\n\nYou can either specify a (valid) version number, 'git' for the current git (master) branch, or a path to a local folder with the source-code."

args:
  freckles_version:
    arg_name: version
    required: true
    metavar: "VERSION"
    is_var: true
    is_argument: true
    nargs: 1
tasks:
  - update-freckles:
      install_method: auto
      update: false
