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

wrap_mkusage_i 207B

1234567891011121314
  1. #!/bin/bash
  2. . "$(sfpath)"
  3. shellfu import pretty
  4. usage() {
  5. mkusage "[-d] load [-f file]" \
  6. "[-d] save [-f file]" \
  7. -- "other items:" \
  8. -i "item1" "item2" "item3"
  9. }
  10. usage