It's CLI Minesweeper, in Rust!
Usage: minesweeper <COMMAND>
Commands:
  easy    10x10 board with 10 mines
  medium  16x16 board with 40 mines
  hard    30x30 board with 99 mines
  custom  <SIZE> <MINES>, generate a board of SIZExSIZE, with MINES number of mines
  help    Print this message or the help of the given subcommand(s)
Options:
  -h, --help     Print help
  -V, --version  Print version
lunit_tobias@Lunit-Tobio-Mac ~/Documents/Personal/Programming/Rust/minesweeper %
Or if you're running it with cargo, cargo run -- easy etc


