A simple CLI to find files containing a specific search term, concurrently searching an amount of files equivalent to your number of logical CPUs.
  Flags:
       --version      Displays the program version string.
    -h --help         Displays help with available flag, subcommand, and positional value parameters.
    -xd --ignoreDir   Name(s) of directories to ignore (comma-separated)
    -xe --ignoreExt   File extension(s) to ignore (comma-separated)
    -b --baseDir      Base directory path to start from (default: <current directory>)
    -t --searchTerm   Term to search
