Skip to content

Commit

Permalink
Merge pull request #168 from starkandwayne/plugin-proc-name
Browse files Browse the repository at this point in the history
hide yo creds, hide yo wife
  • Loading branch information
geofffranks committed May 26, 2016
2 parents 7d03853 + b2ce6bc commit 26e7bbd
Show file tree
Hide file tree
Showing 9 changed files with 415 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ plugin.Exec() can be used to easily run external commands sending their stdin/st
import (
"encoding/json"
"fmt"
"github.com/pborman/uuid"
"github.com/voxelbrain/goptions"
"os"
"strings"

"github.com/ErikDubbelboer/gspt"
"github.com/pborman/uuid"
"github.com/voxelbrain/goptions"
)

func init() {
gspt.SetProcTitle(os.Args[0])
}

type PluginOpts struct {
Debug bool `goptions:"-D, --debug, description='Enable debugging'"`
Version bool `goptions:"-v, --version, description='Display version information'"`
Expand Down
4 changes: 4 additions & 0 deletions vendor/github.com/ErikDubbelboer/gspt/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/ErikDubbelboer/gspt/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/github.com/ErikDubbelboer/gspt/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions vendor/github.com/ErikDubbelboer/gspt/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions vendor/github.com/ErikDubbelboer/gspt/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions vendor/github.com/ErikDubbelboer/gspt/gspt.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26e7bbd

Please sign in to comment.