mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
refactor: Broke comma into a separate package.
This commit is contained in:
@@ -3,6 +3,7 @@ const Io = std.Io;
|
||||
|
||||
const config = @import("config");
|
||||
|
||||
const comma = @import("comma");
|
||||
const envr = @import("envr");
|
||||
|
||||
const goBinary = "envr-go";
|
||||
@@ -22,7 +23,7 @@ fn run(io: Io, args: []const [:0]const u8) !void {
|
||||
switch (cmd) {
|
||||
.envr => {
|
||||
// TODO: Print help
|
||||
return envr.ParseError.InvalidType;
|
||||
return comma.ParseError.InvalidType;
|
||||
},
|
||||
.version => {
|
||||
var stdout_buffer: [1024]u8 = undefined;
|
||||
|
||||
Reference in New Issue
Block a user