You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.
bem-tools should have a functionality to remove entities in bem tree.
Proposed command should remove entities using the same options as the bem create command.
bem remove --level level1 block__elem_mod
kind of usage should also work.
Removed entities should be moved to .attic directory on the root of level dir for backup. --force should remove the entity without moving to .attic. Restoring from backup should be a manual work.
bem remove --purge
should remove the .attic directory of all levels. If level specified only specific level is cleared.
The text was updated successfully, but these errors were encountered:
bariscicek
pushed a commit
to bariscicek/bem-tools
that referenced
this issue
Apr 11, 2013
bem-tools should have a functionality to remove entities in bem tree.
Proposed command should remove entities using the same options as the bem create command.
kind of usage should also work.
Removed entities should be moved to .attic directory on the root of level dir for backup. --force should remove the entity without moving to .attic. Restoring from backup should be a manual work.
should remove the .attic directory of all levels. If level specified only specific level is cleared.
The text was updated successfully, but these errors were encountered: