fishi0x01 / vsh

vsh - HashiCorp Vault interactive shell and cli tool
MIT License
284 stars 12 forks source link

ls should use new line #27

Closed fishi0x01 closed 4 years ago

fishi0x01 commented 4 years ago

ls should adopt -l behaviour by default, i.e., use a new line per entry. That way it is more visual and potentially easier to use for automation and further processing (e.g., vsh -c "ls secret/" | wc -l).