Module RargInternal__CmdInternal.Action

type t =
| Run
| Help
| Version
| Suggest(Seed.Process.Shell.t)
| AutoCompleteScript
| AddPath
| RemovePath
;