diff options
author | 2021-12-18 23:40:48 -0800 | |
---|---|---|
committer | 2021-12-18 23:40:48 -0800 | |
commit | 961b704a8eead881879f1d22e7d9d1fa39a33656 (patch) | |
tree | 1f9140f76f63cb3aa48708bec7f351ae953f0270 /src | |
parent | 4ee8055f17098fdb22f80394b6bedc88cb4d3a59 (diff) | |
download | bun-961b704a8eead881879f1d22e7d9d1fa39a33656.tar.gz bun-961b704a8eead881879f1d22e7d9d1fa39a33656.tar.zst bun-961b704a8eead881879f1d22e7d9d1fa39a33656.zip |
Update install.zig
Diffstat (limited to 'src')
-rw-r--r-- | src/install/install.zig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/install/install.zig b/src/install/install.zig index eb244c028..ef9872d3e 100644 --- a/src/install/install.zig +++ b/src/install/install.zig @@ -5550,6 +5550,8 @@ pub const PackageManager = struct { \\ bun add {s} \\ bun add {s} \\ + \\<d>Shorthand: <b>bun a<r> + \\ , .{ examples_to_print[0], examples_to_print[1], examples_to_print[2] }); Output.flush(); std.os.exit(0); @@ -5565,14 +5567,16 @@ pub const PackageManager = struct { \\ \\<r><b>Usage:<r> \\ - \\ bun remove <r><cyan>package-name<r> - \\ bun remove <r><cyan>package-name a-second-package<r> + \\ bun remove <r><red>package-name<r> + \\ bun remove <r><red>package-name a-second-package<r> \\ \\<r><b>Examples:<r> \\ \\ bun remove {s} {s} \\ bun remove {s} \\ + \\<d>Shorthand: <b>bun rm<r> + \\ , .{ examples_to_print[0], examples_to_print[1], |