-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --user option that works on OSX but for some reason NOT on LINUX!!!
Rework how we remove --start and --run commands from the os.Args Add --help for verbose help, and shorten usage() drastically Turn off superfluous commentary unless we're in --verbose mode Stop using goxc to build cross-platform binaries Fix hang that was happening on --run commands with no primary
- Loading branch information
1 parent
34d609b
commit 18d9c3f
Showing
12 changed files
with
248 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
*.gz | ||
dist/* | ||
.DS_Store | ||
build/* | ||
.DS_Store | ||
.dockerfy* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.