output a random number #21

Merged
PlexSheep merged 5 commits from feat/rand into devel 2024-05-23 13:25:16 +02:00
Owner

feature branch for #19

feature branch for #19
PlexSheep added the
Kind/Feature
Priority
Medium
Reviewed
Confirmed
labels 2024-05-22 23:32:53 +02:00
PlexSheep added 1 commit 2024-05-22 23:59:11 +02:00
cargo devel CI / cargo CI (push) Successful in 1m33s Details
0923bf5247
feat(rand): add rand option to FormatOptions
The user can now specify how many rand values to add to the list. The
Cli needed some minor changes.

Refs: #21 #19
forgejo-actions added 1 commit 2024-05-23 00:00:44 +02:00
PlexSheep reviewed 2024-05-23 00:00:48 +02:00
src/format.rs Outdated
@ -86,6 +86,11 @@ pub struct FormatOptions {
#[arg(short = 's', long)]
/// format to base64
base64: bool,
#[arg(short = 'r', long, default_value_t = 0)]
Author
Owner

add the option to specify length of those numbers with a long option

add the option to specify length of those numbers with a long option
PlexSheep marked this conversation as resolved
PlexSheep added 2 commits 2024-05-23 00:20:26 +02:00
forgejo-actions added 1 commit 2024-05-23 00:21:55 +02:00
PlexSheep reviewed 2024-05-23 13:25:00 +02:00
PlexSheep left a comment
Author
Owner

changes are okay, approved

changes are okay, approved
PlexSheep changed title from WIP: output a random number to output a random number 2024-05-23 13:25:08 +02:00
PlexSheep merged commit c5790f9d79 into devel 2024-05-23 13:25:16 +02:00
PlexSheep deleted branch feat/rand 2024-05-23 13:25:16 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/numf#21
No description provided.