[internal] Global.configureAllocator()

This commit is contained in:
Jarred Sumner
2021-11-02 18:07:11 -07:00
parent fbb0342511
commit 204d468ad2
5 changed files with 27 additions and 3 deletions

View File

@@ -261,6 +261,8 @@ pub const CreateCommand = struct {
var client: HTTPClient = undefined;
pub fn exec(ctx: Command.Context, positionals_: []const []const u8) !void {
Global.configureAllocator(.{ .long_running = false });
var create_options = try CreateOptions.parse(ctx, false);
const positionals = create_options.positionals;