Justin Ma
1157fcf372
fix typo, update some examples and regenerate docs ( #4718 )
2022-03-04 06:10:09 -06:00
Justin Ma
c0a1d18e3d
update #4455 , regenerate commands' docs and update make_docs script ( #4586 )
...
* feat: update #4455 , regenerate commands' docs
* chore: update make_docs script
2022-02-21 11:26:00 -06:00
JT
8c0a2d3c15
Auto-generate markdown command docs ( #4451 )
...
* Finish updating
* a couple improvements
* Update renames
* cleanup examples
2022-02-13 21:22:51 -05:00
Chris Gillespie
af2f064f42
Add random chars cmd ( #2782 )
2020-12-09 06:43:46 +13:00
Radek Vít
798766b4b5
Remove panics from random integer and make the constraint more idiomatic ( #2578 )
...
* Remove panics from random integer and make the constraint more idiomatic
* Add open intervals to NumericRange
2020-09-20 08:41:49 +12:00
smaydew
1ffbb66e64
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-04 07:23:02 +12:00
Joseph T Lyons
8f00713ad2
Update histogram examples
2020-08-15 07:51:12 -05:00
Joseph T. Lyons
cc3c10867c
Histogram no longer requires a wrap
command before it on unnamed columns ( #2332 )
2020-08-12 09:42:59 +12:00
Joseph T. Lyons
ba5d774fe1
Add a histogram example to the random dice documentation ( #2087 )
2020-07-02 16:24:28 +12:00
Joseph T. Lyons
9876169f5d
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 16:12:51 +12:00
Joseph T. Lyons
306dc89ede
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 16:51:05 +12:00
Joseph T. Lyons
72a21ad619
Adds random command with uuid subcommand ( #2050 )
2020-06-25 17:51:09 +12:00