forked from extern/nushell
Fix: add missing bind commands (#477)
* chore(random): update naming convention * fix: add missing bind commands
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user