shell dot on steroids https://pagure.io/shellfu

ffdoc 151B

1234567891011121314
  1. #!/bin/bash
  2. . <(ffoom init)
  3. ffoo import core
  4. usage() {
  5. usage_is "module[.function]"
  6. }
  7. target=$1
  8. test -n "$target" || usage
  9. ffoo doc "$target"