File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
cabal-install/Distribution/Client Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,10 @@ runCommand = Client.installCommand {
100
100
}
101
101
102
102
103
- -- | The @build@ command does a lot. It brings the install plan up to date,
104
- -- selects that part of the plan needed by the given or implicit targets and
105
- -- then executes the plan.
103
+ -- | The @run@ command runs a specified executable-like component, building it
104
+ -- first if necessary. The component can be either an executable, a test,
105
+ -- or a benchmark. This is particularly useful for passing arguments to
106
+ -- exes/tests/benchs by simply appending them after a @--@.
106
107
--
107
108
-- For more details on how this works, see the module
108
109
-- "Distribution.Client.ProjectOrchestration"
You can’t perform that action at this time.
0 commit comments