show_empty_media_dirs
show_empty_media_dirs
show_empty_media_dirs(self, clean: Annotated[bool, typer.Option(help=_('Print paths only so they can be piped to other commands'), is_flag=True)] = False) -> None
List empty media directories.
The storage API does not support deletion of directories but at least this way you know what can be removed.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
clean
|
bool
|
Display the list of empty media directories with no formatting or additional text so that it can be piped to another command. |
False
|