yonaskolb / Beak

A command line interface for your Swift scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme errors

mjmsmith opened this issue · comments

In the Shebang section:

  • the two functions need public func before the names
  • ./script.swift run foo should be ./tasks.swift run foo

Thanks @mjmsmith, good catch! Fixed 😄
In the future feel free to open a PR. Github makes this really easy by just clicking "edit" on the file.