Command.For_telemetryval normalized_path_and_args :
Base.unit ->
[ `Not_initialized_through_command
| `Ok of
[ `Path of Base.string Base.list ] * [ `Args of Base.string Base.list ] ]Returns the command and the list of subcommands, as well as a full list of arguments.
If a subcommand/flag was specified as a unique prefix, the return value will contain the full subcommand/flag name.