-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Please, consider adding a flag to return null when there is no caching results, but to request execution of the command in background.
I'm trying to implement a nushell cli wrapper, that would ask for results of cli execution asynchroniously.
I have a list of parameters, that I want to request information about in parallel threads from the app that retrieves such information from some server in the internet. BKT would be helpful here, if it just returned null instantaneously, and in background asked for information from cli. And, on the next call it would return the requested information.
Metadata
Metadata
Assignees
Labels
No labels