Skip to content

Commit

Permalink
still need --source-cache in argparse setup
Browse files Browse the repository at this point in the history
Signed-off-by: Kale Franz <[email protected]>
  • Loading branch information
kalefranz committed Sep 4, 2018
1 parent f7900e0 commit d916a85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conda/cli/conda_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,13 @@ def configure_parser_clean(sub_parsers):
"WARNING: This does not check for packages installed using "
"symlinks back to the package cache.",
)
removal_target_options.add_argument(
'-s', '--source-cache',
action='store_true',
# help="Remove files from the source cache of conda build.",
help=SUPPRESS,
# TODO: Deprecation warning issued. Remove in future release.
)
removal_target_options.add_argument(
"-t", "--tarballs",
action="store_true",
Expand Down

0 comments on commit d916a85

Please sign in to comment.