Problem: Bug in CSV export documentation using the CLI #173
Labels
typo
Minor typo noticed in the documentation
user manual
The issue affects content in the User manual
Hello!
In https://www.accesstomemory.org/en/docs/2.6/admin-manual/maintenance/cli-import-export/#csv-export-cli-actors the suggested syntax for a CSV export is:
php symfony csv:authority-export /path/to/my/export-location/example.csv
This will fail with:
You must specify a valid path
After some fiddling, I found out that the argument can't be a filename, it must be a directory:
php symfony csv:authority-export /path/to/my/export-location/
Ideally, a filename should work, but in the meantime, can the docs reflect this?
Thanks!
The text was updated successfully, but these errors were encountered: