Fix: add missing bind commands (#477)

* chore(random): update naming convention

* fix: add missing bind commands
This commit is contained in:
Jae-Heon Ji
2021-12-13 04:42:04 +09:00
committed by GitHub
parent 34a8a897c5
commit 6f53912655
2 changed files with 21 additions and 6 deletions

View File

@ -227,9 +227,24 @@ pub fn create_default_context() -> EngineState {
MathVariance,
};
// Network
bind_command! {
Url,
UrlHost,
UrlPath,
UrlQuery,
UrlScheme,
}
// Random
bind_command! {
Random,
RandomBool,
RandomChars,
RandomDecimal,
RandomDice,
RandomInteger,
RandomUuid,
};
// Generators