Open hlung opened 5 years ago
I Can't run with ./AbandonedStrings <project-folder-path>. I need to use ./AbandonedStrings/main.swift <project-folder-path> instead, with chmod to add execution permission. May be we can update the README to better capture this issue.
./AbandonedStrings <project-folder-path>
./AbandonedStrings/main.swift <project-folder-path>
you should export as single binary file.
I Can't run with
./AbandonedStrings <project-folder-path>
. I need to use./AbandonedStrings/main.swift <project-folder-path>
instead, with chmod to add execution permission. May be we can update the README to better capture this issue.