occ photo:create does not accept album names with white spaces (UI does)
bug0. Needs triage
**Describe the bug**
I want to add an album with a name having a white space included:
```
occ photos:albums:create user "aaa bbb"
occ photos:albums:create user 'aaa bbb'
occ photos:albums:create user aaa\ bbb
Too many arguments to "photos:albums:create" command, expected arguments "user" "album".
```
**To Reproduce**
Steps to reproduce the behavior:
1. Go to comand line
2. drop one of the commands above (adjust to you environment)
3. Receive the error
**Expected behavior**
An album name 'aaa bbb' should be created. PLease note that such an album can be cerated via the UI.
**Screenshots**
Not needed
**Desktop (please complete the following information):**
- OS: Arch / AIO / docker
- Browser: not needed
- Version: recent
**Smartphone (please complete the following information):**
not needed
**Browser log**
```
not needed```
0 条评论