vineetbansal / wbi

0 stars 0 forks source link

Convert flash_finder into a wbi command #7

Closed anushka255 closed 10 months ago

anushka255 commented 11 months ago

Right now this is just a script, not a wbi command. We can convert it to a command at some point.

anushka255 commented 10 months ago

Converted flash finder into a wbi command that takes the following arguments:

  1. input_folder
  2. output_folder
  3. chunk size

Running the command, for example: wbi flash_finder --input_folder "/Users/aa9078/documents/Tests/wbi/tests/test_data/" --output_folder "/Users/aa9078/documents/Tests/wbi/tests/test_data/" --chunksize 1000 will run flash_finder on local machine with respective arguments.

vineetbansal commented 10 months ago

PR or it didn't happen.