Commit 1f909fc
committed
fix: Handle list --detailed command with 3 arguments
The list --detailed command was being rejected because when sys.argv has 3 elements,
it was falling into the wrong conditional branch. Added explicit handling for the
list --detailed case when len(sys.argv) == 3.1 parent 25b3404 commit 1f909fc
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| |||
0 commit comments