mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
pm: print command name to stdout (#14266)
This commit is contained in:
@@ -21,7 +21,7 @@ const Table = bun.fmt.Table;
|
||||
|
||||
pub const OutdatedCommand = struct {
|
||||
pub fn exec(ctx: Command.Context) !void {
|
||||
Output.prettyErrorln("<r><b>bun outdated <r><d>v" ++ Global.package_json_version_with_sha ++ "<r>", .{});
|
||||
Output.prettyln("<r><b>bun outdated <r><d>v" ++ Global.package_json_version_with_sha ++ "<r>", .{});
|
||||
Output.flush();
|
||||
|
||||
const cli = try PackageManager.CommandLineArguments.parse(ctx.allocator, .outdated);
|
||||
|
||||
Reference in New Issue
Block a user