aboutsummaryrefslogtreecommitdiff
path: root/src/cli.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.zig')
-rw-r--r--src/cli.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.zig b/src/cli.zig
index c0ee57a5d..7a20cc3b0 100644
--- a/src/cli.zig
+++ b/src/cli.zig
@@ -519,7 +519,7 @@ pub const Command = struct {
pub fn create(allocator: *std.mem.Allocator, log: *logger.Log, comptime command: Command.Tag) anyerror!Context {
return Command.Context{
- .args = if (comptime command != Command.Tag.CreateCommand)
+ .args = if (comptime command != Command.Tag.CreateCommand)
try Arguments.parse(allocator, command)
else
std.mem.zeroes(Api.TransformOptions),