Module R.Ok

type t =
| Run
| Help
| Version
| Suggest
| AutoCompleteScript
| AddPath
| RemovePath
;
let stringify: t => string;
let ofCmd: CmdInternal.Action.t => t;
let ofResult: Seed.Result.t('a'b) => 'a;