Skip to content

Commit

Permalink
Merge pull request #1 from sethwklein/blog-link
Browse files Browse the repository at this point in the history
Link "Sweat the small stuff" post
  • Loading branch information
inconshreveable committed Oct 17, 2014
2 parents ac2cd66 + d658309 commit 76626ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -12,11 +12,12 @@ the executable for a tool. Because most CLI tools print the help and then exit
when invoked without arguments, this is often very frustrating for those users.

mousetrap provides a way to detect these invocations so that you can provide
more helpful behavior and instructions on how to run the CLI tool.
more helpful behavior and instructions on how to run the CLI tool. To see what
this looks like, both from an organizational and a technical perspective, see
https://inconshreveable.com/09-09-2014/sweat-the-small-stuff/

### The interface

The library exposes a single interface:

func StartedByExplorer() (bool)

0 comments on commit 76626ae

Please sign in to comment.