File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ pub struct RunFlags {
4343/// Arguments for the `run` subcommand as parsed by clap.
4444///
4545/// Contains the `--last-details` flag which is resolved into a separate
46- /// [ `ResolvedCommand::RunLastDetails`] variant via [`Command::into_resolved`] .
46+ /// `ResolvedCommand::RunLastDetails` variant internally .
4747#[ derive( Debug , clap:: Args ) ]
4848pub struct RunCommand {
4949 /// `packageName#taskName` or `taskName`. If omitted, lists all available tasks.
@@ -63,7 +63,9 @@ pub struct RunCommand {
6363
6464/// vite task CLI subcommands as parsed by clap.
6565///
66- /// Pass directly to [`Session::main`] or [`HandledCommand::ViteTaskCommand`].
66+ /// vite task CLI subcommands as parsed by clap.
67+ ///
68+ /// Pass directly to `Session::main` or `HandledCommand::ViteTaskCommand`.
6769/// The `--last-details` flag on the `run` subcommand is resolved internally.
6870#[ derive( Debug , Parser ) ]
6971pub enum Command {
You can’t perform that action at this time.
0 commit comments