Open aryanjassal opened 3 weeks ago
In Unix, the ls command is able to list out the contents of each provided argument. This currently is not the case with the secrets ls command.
ls
secrets ls
This needs to be updated to align with Unix expectations.
[aryanj@matrix-34xx:~]$ ls dir1 file1 file2 [aryanj@matrix-34xx:~]$ ls dir1 dir2 dir1: file1 file2 dir2: another_file one_more_file
fastcheck
ENG-453 `secrets ls` should be able to operate on multiple paths
Specification
In Unix, the
ls
command is able to list out the contents of each provided argument. This currently is not the case with thesecrets ls
command.This needs to be updated to align with Unix expectations.
Additional context
Tasks
fastcheck
where possible)