Skip to content

Commit

Permalink
Add use-index-cache to remove command.
Browse files Browse the repository at this point in the history
  • Loading branch information
teoliphant committed Aug 14, 2014
1 parent c15deba commit 2f6fc9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/cli/main_remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def configure_parser(sub_parsers):
common.add_parser_channels(p)
common.add_parser_prefix(p)
common.add_parser_quiet(p)
common.add_parser_use_index_cache(p)
p.add_argument(
"--force-pscheck",
action = "store_true",
Expand Down Expand Up @@ -87,6 +88,7 @@ def execute(args, parser):
common.ensure_override_channels_requires_channel(args, json=args.json)
channel_urls = args.channel or ()
index = common.get_index_trap(channel_urls=channel_urls,
use_cache=args.use_index_cache,
prepend=not args.override_channels,
json=args.json)
if args.features:
Expand Down

0 comments on commit 2f6fc9c

Please sign in to comment.