stewartmcgown / uds

📀 Unlimited Google Drive Storage by splitting binary files into base64
GNU Affero General Public License v3.0
4.35k stars 280 forks source link

--list option with optional argument #96

Closed jesseli2002 closed 4 years ago

jesseli2002 commented 4 years ago

92 notes that the --list switch requires a query. To list all files you need a workaround like --list '.'

This PR addresses this, so if nothing is passed to --list then the query becomes the empty string.