list-db -> show-db

This commit was merged in pull request #79.
This commit is contained in:
2024-08-19 18:58:26 +02:00
parent 51302d75f0
commit 0ce90ab42a
8 changed files with 170 additions and 48 deletions

View File

@@ -48,4 +48,4 @@ mod tests {
assert!(!re.is_match("user"));
assert!(!re.is_match("usersomething"));
}
}
}