This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-01-02 16:29:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9c7b25134b
nushell
/
crates
/
nu-cli
/
tests
/
commands
/
random
/
mod.rs
7 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
Add bool subcommand to random (#2061) * Add bool subcommand to random * Fix function name copy paste error * Fix issue 2062: allow deserialization of a decimal * Add bias flag to `random bool`
2020-06-26 04:51:05 +00:00
mod
bool
;
Initial implementation of the random decimal subcommand. (#2762) Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
2020-11-24 09:19:48 +00:00
mod
decimal
;
Add dice subcommand to random command (#2082) * Add dice subcommand to random command * Update random dice test name * Stream results of random dice * Thanks Clippy!
2020-06-30 04:12:51 +00:00
mod
dice
;
Initial implementation of random integer subcommand. (#2489) * Initial implementation of random integer subcommand. * Added additional examples. Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
2020-09-03 19:23:02 +00:00
mod
integer
;
Add wasm support (#2199) * Working towards a PoC for wasm * Move bson and sqlite to plugins * proof of concept now working * tests are green * Add CI test for --no-default-features * Fix some tests * Fix clippy and windows build * More fixes * Fix the windows build * Fix the windows test
2020-07-18 01:59:23 +00:00
#[
cfg(feature =
"
uuid_crate
"
)
]
Adds random command with uuid subcommand (#2050)
2020-06-25 05:51:09 +00:00
mod
uuid
;
Reference in a new issue
Copy permalink