#!/bin/bash . __FFOO_DIR__/ffoo.sh ffoo import core usage() { usage_is "module[.function]" } target=$1 test -n "$target" || usage ffoo doc "$target"