Compare commits
2 commits
20daa94697
...
d1dee45d9c
Author | SHA1 | Date | |
---|---|---|---|
d1dee45d9c | |||
4a97a34afc |
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@
|
|||
template = "https://docs.rs/{searchTerms}";
|
||||
}
|
||||
];
|
||||
definedAliases = ["docd"];
|
||||
definedAliases = ["doc"];
|
||||
};
|
||||
"rust std docs" = {
|
||||
urls = [
|
||||
|
|
|
@ -798,7 +798,7 @@ def lcr [
|
|||
] {
|
||||
ls **/*
|
||||
| where name ends-with $".($file_extension)"
|
||||
| each {|file|
|
||||
| par-each {|file|
|
||||
open $file.name
|
||||
| lines --skip-empty
|
||||
| length }
|
||||
|
|
Loading…
Reference in a new issue