This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2024-11-23 08:53:29 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b193303aa3
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 06:51:05 +02:00
mod
bool
;
Initial implementation of the random decimal subcommand. (#2762) Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
2020-11-24 10:19:48 +01: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 06:12:51 +02: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 21:23:02 +02: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 03:59:23 +02:00
#[
cfg(feature =
"
uuid_crate
"
)
]
Adds random command with uuid subcommand (#2050)
2020-06-25 07:51:09 +02:00
mod
uuid
;
Reference in New Issue
Copy Permalink