Commit 4fa0bea
committed
Swap the short options for verbose and version:
- Set verbose to use `-v` (lowercase) instead of `-V`
- Set version to use `-V` (uppercase) instead of `-v`
When the verbose option is shortened to a lowercase v,
it becomes convenient to use with the report option (r)
or path option (p), as shown below:
$ pyftrace -vp path/to/example/script.py
$ pyftrace -vr path/to/example/script.py1 parent f0b7b27 commit 4fa0bea
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments