Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 656 Bytes

cli-of-life.md

File metadata and controls

19 lines (14 loc) · 656 Bytes

cli-of-life

Play Conway's Game of Life in your terminal

cli-of-life [file | url] [flags]

Options

      --cache-limit int      Maximum number of entries to keep cached. Higher values will use more memory, but less CPU. (default 10000000)
      --completion string    Generate the autocompletion script for the specified shell (one of bash, zsh, fish, powershell)
  -h, --help                 help for cli-of-life
      --play                 Play on startup
      --rule-string string   Rule string to use. This will be ignored if a pattern file is loaded. (default "B3/S23")
  -v, --version              version for cli-of-life