uw-pluverse / perses

language-agnostic program reducer.
GNU General Public License v3.0
168 stars 24 forks source link

support flag completion in bash for perses. #10

Open chengniansun opened 3 years ago

chengniansun commented 3 years ago

This will be a good feature to have, especially that perses has different flags than c-reduce.

For example, when a user has typed

perses-trunk --tes

Then when the user presses TAB, we should list the available flag -test-script for him.