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