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_stdout :
?cwd:string ->
?env:(string * string) list ->
Feather.cmd ->
string Async.Deferred.t
val collect_lines :
?cwd:string ->
?env:(string * string) list ->
Feather.cmd ->
string list Async.Deferred.t
val fzf :
?cwd:string ->
?env:(string * string) list ->
Feather.cmd ->
string option Async.Deferred.t