mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Bun is now a task runner as well
This commit is contained in:
@@ -465,7 +465,7 @@ const HelpCommand = struct {
|
||||
;
|
||||
|
||||
switch (reason) {
|
||||
.explicit => Output.pretty("<r><b><magenta>Bun<r>: a fast bundler & transpiler for web software.\n\n" ++ fmt, .{}),
|
||||
.explicit => Output.pretty("<r><b><magenta>Bun<r>: a fast bundler, transpiler and task runner for web software.\n\n" ++ fmt, .{}),
|
||||
.invalid_command => Output.prettyError("<r><red>Uh-oh<r> not sure what to do with that command.\n\n" ++ fmt, .{}),
|
||||
}
|
||||
} else {
|
||||
@@ -482,7 +482,7 @@ const HelpCommand = struct {
|
||||
;
|
||||
|
||||
switch (reason) {
|
||||
.explicit => Output.pretty("<r><b><magenta>Bun<r>: a fast bundler & transpiler for web software.\n\n" ++ fmt, .{dirname}),
|
||||
.explicit => Output.pretty("<r><b><magenta>Bun<r>: a fast bundler, transpiler and task runner for web software.\n\n" ++ fmt, .{dirname}),
|
||||
.invalid_command => Output.prettyError("<r><red>Uh-oh<r> not sure what to do with that command.\n\n" ++ fmt, .{dirname}),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user