mirror of
https://github.com/astro/deadnix.git
synced 2024-11-28 01:44:32 +03:00
README: add short arguments
This commit is contained in:
parent
d11b0b613d
commit
083d5b75ce
@ -95,7 +95,8 @@ rev: da39a3ee5e6b4b0d3255bfef95601890afd80709 # frozen: v1.2.3
|
||||
|
||||
### Renaming of all unused to lambda args to start with `_`
|
||||
|
||||
If you disfavor marking them as unused, use option `--no-lambda-arg`.
|
||||
If you disfavor marking them as unused, use option
|
||||
`-l`/`--no-lambda-arg`.
|
||||
|
||||
|
||||
### nixpkgs `callPackages` with multiple imports
|
||||
@ -109,7 +110,7 @@ recognized as dead in the package source file that is imported by
|
||||
`callPackage`, rendering it unable to guess the dependencies to call
|
||||
the packages with.
|
||||
|
||||
Use option `--no-lambda-pattern-names` in this case.
|
||||
Use option `-L`/`--no-lambda-pattern-names` in this case.
|
||||
|
||||
|
||||
## What if the produced reports are wrong?
|
||||
|
Loading…
Reference in New Issue
Block a user