code: clean up server init

This commit is contained in:
Isaac Freund
2020-06-26 00:07:02 +02:00
parent a7c422dad7
commit 8fc045b445
2 changed files with 15 additions and 23 deletions

View File

@ -32,7 +32,7 @@ const usage: []const u8 =
\\
;
pub fn main() !void {
pub fn main() anyerror!void {
var startup_command: ?[]const u8 = null;
{
var it = std.process.args();