We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
secrets ls
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
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
The text was updated successfully, but these errors were encountered:
ENG-453 `secrets ls` should be able to operate on multiple paths
Sorry, something went wrong.
aryanjassal
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: