Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Feather_async provides functions to run Feather cmd's within an Async context.
val run :
?cwd:string ->
?env:(string * string) list ->
Feather.cmd ->
unit Async.Deferred.t
val collect :
?cwd:string ->
?env:(string * string) list ->
'a Feather.what_to_collect ->
Feather.cmd ->
'a Async.Deferred.t
val fzf :
?cwd:string ->
?env:(string * string) list ->
Feather.cmd ->
string option Async.Deferred.t