Closed (works as designed)
Project:
Features
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2012 at 15:00 UTC
Updated:
21 Mar 2014 at 16:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fxarte commentedI've been using the modifications in this patch without any issues on a Drupal 6.22 site.
As you can see is a verbatim port from 7.x.
Comment #2
ryan.ryan commentedBless you... bless you. :D
Comment #3
UTAN_dev commentedI also need the fc command, but I'm having trouble working around a patch problem.
I'm using Features 6.x-1.2+19- and features.drush.inc already has a declaration for function _drush_features_component_list. After I apply the patch, Drush complains that _drush_features_component_list is redefined. Here are the two functions in features.drush.inc after patching:
Which declaration should I keep? Thanks for your help.
Comment #4
osopolarThere seems to be no need for this anymore, as in latest dev you can use
drush features-add {fature-name}without providing a component to list all components.I think marking this as "works as designed" should be okay for Drupal 6, if not, feel free to reopen the issue.