Skip to content

Commit

Permalink
[MIN] Remove TBD
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed Sep 4, 2018
1 parent 1e30a4e commit 2b9ba25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,14 @@ That's basically it! Run the help for more details...

```
$ pipupgrade --help
usage: pipupgrade [-h] [-y] [-s] [-c] [-l] [--no-color] [-V] [-v]
usage: pipupgrade [-h] [-y] [-c] [--no-color] [-V] [-v]
UPGRADE ALL THE PIP PACKAGES!
optional arguments:
-h, --help show this help message and exit
-y, --yes Confirm for all dialogs
-s, --self Upgrade self
-c, --check Check for outdated packages
-l, --latest Install the latest version
--no-color Avoid colored output
-V, --verbose Display verbose output
-v, --version show program's version number and exit
Expand Down
12 changes: 0 additions & 12 deletions pipupgrade/commands/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,10 @@ def get_parser():
action = "store_true",
help = "Confirm for all dialogs"
)
parser.add_argument("-s", "--self",
action = "store_true",
help = "Upgrade self"
)
parser.add_argument("-c", "--check",
action = "store_true",
help = "Check for outdated packages"
)
parser.add_argument("-l", "--latest",
action = "store_true",
help = "Install the latest version"
)
parser.add_argument("-r", "--requirements",
type = str,
help = "Path to requirements.txt file"
)
parser.add_argument("--no-color",
action = "store_true",
help = "Avoid colored output"
Expand Down

0 comments on commit 2b9ba25

Please sign in to comment.