Skip to content

Commit

Permalink
Document the comma append trick for entity:save (#6104)
Browse files Browse the repository at this point in the history
* Set log message during entity:save

* Document appending comm
  • Loading branch information
weitzman committed Sep 6, 2024
1 parent 4acc455 commit 79f5f32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Commands/core/EntityCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ public function doDelete(string $entity_type, array $ids): void
}

/**
* Re-save entities, and publish/unpublish as specified.
* Re-save entities, and publish/unpublish is specified.
*
* If passing in a file with an ID in each line, append a comma to each row.
*/
#[CLI\Command(name: self::SAVE, aliases: ['esav', 'entity-save'])]
#[CLI\Argument(name: 'entity_type', description: 'An entity machine name.')]
Expand Down

0 comments on commit 79f5f32

Please sign in to comment.