| ... | @@ -18,7 +18,6 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void { | ... | @@ -18,7 +18,6 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void { |
| 18 | | 18 | |
| 19 | std.debug.print("This utility will walk you through creating a zigmod.yml file.\n", .{}); | 19 | std.debug.print("This utility will walk you through creating a zigmod.yml file.\n", .{}); |
| 20 | std.debug.print("That will give a good launching off point to get your next project started.\n", .{}); | 20 | std.debug.print("That will give a good launching off point to get your next project started.\n", .{}); |
| 21 | std.debug.print("Use `zigmod aq add <pkg>` to add a dependency from https://aquila.red/\n", .{}); | | |
| 22 | std.debug.print("Press ^C at any time to quit.\n", .{}); | 21 | std.debug.print("Press ^C at any time to quit.\n", .{}); |
| 23 | std.debug.print("\n", .{}); | 22 | std.debug.print("\n", .{}); |
| 24 | | 23 | |