This new minor bump adds a new `list-<folder>` option to the download users command. Using it allows to list all remote
items present in a user folder without downloading them. Environmental variables are now supported starting
with `FALOCALREPO_DATABASE` which allows to set a different path for the database and files folder root.
Changes
* Add `list-<folder>` folders to download users command
* Add `FALOCALREPO_DATABASE` environmental variable
* Remove subcommands arguments details from general help messages
Fixes
* Fix padding inconsistencies in users search results
* Fix missing newline when server closes
Dependencies
* falocalrepo-server dependency set to [\~1.4.0](https://pypi.org/project/falocalrepo-server/1.4.0)