Module Core__Command.Path
type tPath.tis a top-level executable name and sequence of subcommand names that can be used to identify a command.
val create : path_to_exe:string -> tcreatecreates a path from a toplevel executable given bypath_to_exe.
val parts : t -> string listpartsreturns a list containing the path's executable name followed by its subcommands.