#!/bin/bash

_Weatherbird() {
local cur
cur=''
COMPREPLY=( 'set
days
hours
--help
--version' )
}
