diff options
Diffstat (limited to 'src/cli/init_command.zig')
-rw-r--r-- | src/cli/init_command.zig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cli/init_command.zig b/src/cli/init_command.zig index a0cadc3a6..100da7a63 100644 --- a/src/cli/init_command.zig +++ b/src/cli/init_command.zig @@ -20,5 +20,7 @@ const bundler = @import("../bundler.zig"); const NodeModuleBundle = @import("../node_module_bundle.zig").NodeModuleBundle; pub const InitCommand = struct { - pub fn exec(ctx: Command.Context) !void {} + pub fn exec(ctx: Command.Context) !void { + Output.prettyErrorln("<r><red>nOt<r> <magenta>iMpLeMeNtEd<r> <yellow>yEt<r>", .{}); + } }; |