eliben / pss

pss is a power-tool for searching inside source code files.
Other
327 stars 46 forks source link

Exit with a return code similarly as ack and grep. #25

Closed pekkaklarck closed 10 years ago

pekkaklarck commented 10 years ago

0: Match found or help/version printed. 1: No match. 2: Error.

Also changed main() not to call sys.exit() but to return the rc.

Resolves #24.

eliben commented 10 years ago

Just one small comment; looks great otherwise.

pekkaklarck commented 10 years ago

Crap, tried to squash the two commits together and apparently only managed to do that so that there's a new merge commit. I seriously have some learning to do to get more familiar with Git and GitHub.

At this point I assume it's best I just create a new pull request.