> php artisan export:accounts
0 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░]
0 accounts exported into file 'storage/app/export/accounts/accounts.txt'
> php artisan export:groups
No groups to export
If nothing to export, then behavior should be same as for export:groups, ie no file created.
Export commands should have same behavior :
If nothing to export, then behavior should be same as for
export:groups
, ie no file created.