feat(files): add _randomLineFromFile_

This commit is contained in:
Nathaniel Landau
2023-08-29 11:57:22 -04:00
parent 64c8658c8e
commit 69c1b491bb
4 changed files with 175 additions and 135 deletions

View File

@@ -1,2 +1,9 @@
[default.extend-words]
nd = "nd" # Used in the context of '2nd'
[default]
default.locale = "en_us"
[default.extend-words]
curren = "curren" # Used in the context of '¤100'
nd = "nd" # Used in the context of '2nd'
[files]
extend-exclude = ["test/test_helper"]