mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
feat: bun patch (#11470)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: zackradisic <zackradisic@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
8
src/cli/patch_commit_command.zig
Normal file
8
src/cli/patch_commit_command.zig
Normal file
@@ -0,0 +1,8 @@
|
||||
const Command = @import("../cli.zig").Command;
|
||||
const PackageManager = @import("../install/install.zig").PackageManager;
|
||||
|
||||
pub const PatchCommitCommand = struct {
|
||||
pub fn exec(ctx: Command.Context) !void {
|
||||
try PackageManager.patchCommit(ctx);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user