软件包:golang-github-inconshreveable-mousetrap-dev(1.0.0-1)
golang-github-inconshreveable-mousetrap-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-inconshreveable-mousetrap:
- [golang-github-inconshreveable-mousetrap_1.0.0-1.dsc]
- [golang-github-inconshreveable-mousetrap_1.0.0.orig.tar.gz]
- [golang-github-inconshreveable-mousetrap_1.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Go library to detect starting from Windows Explorer
mousetrap is a tiny Go library that answers a single question: On a Windows machine, was the process invoked by someone double clicking on the executable file while browsing in Explorer?
Motivation: Windows users unfamiliar with command line tools will often "double-click" 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.