summaryrefslogtreecommitdiff
path: root/cmd/ponzu/add.go
AgeCommit message (Collapse)Author
2018-05-09merge contributions (#246)Steve Manuel
* expanded help to mention need to import addon (#243) * Remove unused extra backtick (#239) * remove import for golang.org/net/x/http2, co-locate error message * update CI code to run --dev if on ponzu-dev branch * CI: ensure we have latest from ponzu-dev branch
2017-05-22updating usage notes and multi-word formatted flagsSteve Manuel
2017-05-22add help flags for sub commands to root cmdMartin Treusch von Buttlar
2017-05-17refactor code which starts external commandsMartin Treusch von Buttlar
2017-05-17add shorthand commands for add, generate, serve and versionMartin Treusch von Buttlar
2017-05-16move usage examples to cobra field of same nameMartin Treusch von Buttlar
2017-05-15add cobra commandsMartin Treusch von Buttlar
2017-03-01Move getGOPATH method to paths.goCarlos Fernández
2017-03-01revised GOPATH detection for bug and Go 1.8 defaultOllie Phillips
2017-02-24Implemented a replicateAll func, since we need files to remain in GOPATH/srcOllie Phillips
2017-02-24missing src in the src path, nothing wrong with the destination and prob ↵Ollie Phillips
don't need mkdir
2017-02-24was thinking copyAll handled mkdirOllie Phillips
2017-02-24missed present directory from dest path, removed loggingOllie Phillips
2017-02-24Some logging, files not copiedOllie Phillips
2017-02-24break GOPATH determination out into separate functionOllie Phillips
2017-02-24missed get in exec.commandOllie Phillips
2017-02-24Comment improvementOllie Phillips
2017-02-24getAddon(), comprising go get and copy routinesOllie Phillips
2017-02-24add.go addedOllie Phillips