-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and honor --json flag for find command.
Currently `mc find` didn't honor `--json` flag properly, this PR addresses that. Additionally also take care of `List` returning errors and handle them appropriately. Fixes #2252
- Loading branch information
1 parent
36d7d0b
commit 14125ca
Showing
3 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
cover.out | ||
./mc | ||
*~ | ||
*.test | ||
release | ||
|
@@ -10,4 +9,5 @@ coverage.txt | |
parts/ | ||
prime/ | ||
snap/.snapcraft/ | ||
stage/ | ||
stage/ | ||
mc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters