def run(self, paths = []):
feature_name = get_feature_name(get_path(paths))
if sublime.ok_cancel_dialog('Remove Feature: %s?' % feature_name, 'Remove'):
run_script(get_path(paths), 'rm_feature', [feature_name])
文章目录