Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / translations / taxonomy.term.delete.yml
1 description: 'Delete taxonomy terms from a vocabulary'
2 vid: 'Enter vocabulary id'
3 help: 'This command takes the VID as argument or all which will delete every term from every vocabulary'
4 messages:
5   nothing: 'All taxonomy terms from "%s" vocabulary already deleted.'
6   processing: 'Deleting "%s" taxonomy term.'
7   invalid-vocabulary: 'Invalid "%s" vocabulary.'
8 examples:
9   - description: 'Delete all terms of the "tags" vocabulary'
10     execution: |
11       drupal taxonomy:term:delete  tags