Skip to content

Commit 793740f

Browse files
committed
readme
1 parent 481c60b commit 793740f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ There are a few commands implemented, which help you analysing the imports of a
5454
(Must be run at the end of the file. Tactics and macros may result in incorrect output.)
5555
* `#find_home decl`: suggests files higher up the import hierarchy to which `decl` could be moved.
5656

57+
## Other executables
58+
59+
`lake exe unused_transitive_imports m1 m2 ...`
60+
61+
For each specified module `m`, prints those `n` from the argument list which are imported, but transitively unused by `m`.
62+
5763
## Installation
5864

5965
The installation works exactly like for any [Lake package](https://reservoir.lean-lang.org/),

0 commit comments

Comments
 (0)