Skip to content

Commit

Permalink
fix keno in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasholder committed Apr 1, 2020
1 parent 90ef684 commit e5f6ca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ fn main() {
)
(@subcommand keno =>
(about: "Keno")
(@arg client_seed: +required "Client seed")
(@arg server_seed: +required "Server seed")
(@arg nonce: +required "Nonce (positive integer)")
)
(@subcommand mines =>
(about: "Mines game")
Expand Down

0 comments on commit e5f6ca1

Please sign in to comment.