spantaleev / sftpman

Application that handles sshfs/sftp file systems mounting.
GNU General Public License v3.0
32 stars 7 forks source link

Make `sftpman ls` show all available drives by default #11

Closed D-Vaillant closed 3 years ago

D-Vaillant commented 3 years ago

https://github.com/spantaleev/sftpman/blob/8422477018d737e4d40e22f6581d341961b59cc4/sftpman/cli.py#L128

The fix for this is trivial: just have list_what = 'available'.

This issue can be dismissed on the grounds of aesthetic judgment.

spantaleev commented 3 years ago

Fixed by #12