Merge pull request #1901 from nathanleclaire/fix_missing_flag

Fix flag accidentally left out in PR carry
This commit is contained in:
Nathan LeClaire 2015-09-23 18:07:39 -07:00
commit 9eef99285e
1 changed files with 4 additions and 0 deletions

View File

@ -228,6 +228,10 @@ var Commands = []cli.Command{
Name: "unset, u",
Usage: "Unset variables instead of setting them",
},
cli.BoolFlag{
Name: "no-proxy",
Usage: "Add machine IP to NO_PROXY environment variable",
},
},
},
{