fn handle_perft(input: Vec<&str>)
Expand description

Handles perft [depth], perft [depth] fen [fen] and perft [depth] moves [moves] commands by running a perft test to the depth specified by depth parameter. The initial position can be specified by FEN, a list of moves, or just omitted (so the default start position will be taken).