perlpunk / App-Spec-p5

Writing command line apps made easy
Other
23 stars 9 forks source link

Completion: Allow caching of dynamic completion values that take long to compute #4

Open perlpunk opened 8 years ago

perlpunk commented 8 years ago

If you have a dynamic completion which fetches values from a HTTP request, for example, that could take a while. Allow caching of the values in the current shell session.