diff options
| author | 2022-11-15 13:55:07 +0200 | |
|---|---|---|
| committer | 2022-11-15 13:55:07 +0200 | |
| commit | 33226c20c41e3fe2de3330b6692c90bc4818b119 (patch) | |
| tree | 4e66df2da513eb7270c1d0ebc23aef3e264099f8 /src/main.zig | |
| parent | Replace my zig-curl with zelda (diff) | |
| download | zup-33226c20c41e3fe2de3330b6692c90bc4818b119.tar.gz zup-33226c20c41e3fe2de3330b6692c90bc4818b119.tar.xz zup-33226c20c41e3fe2de3330b6692c90bc4818b119.zip | |
Don't download the archive to a file
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index 56b1b77..11aae8f 100644 --- a/src/main.zig +++ b/src/main.zig | |||
| @@ -2,7 +2,6 @@ pub const Config = @import("Config.zig"); | |||
| 2 | pub const Installation = @import("Installation.zig"); | 2 | pub const Installation = @import("Installation.zig"); |
| 3 | pub const Installations = Installation.Installations; | 3 | pub const Installations = Installation.Installations; |
| 4 | pub const SubCommand = @import("subcommand.zig").SubCommand; | 4 | pub const SubCommand = @import("subcommand.zig").SubCommand; |
| 5 | pub const http = @import("http.zig"); | ||
| 6 | 5 | ||
| 7 | pub const help = SubCommand(Help); | 6 | pub const help = SubCommand(Help); |
| 8 | pub const install = SubCommand(@import("install.zig")); | 7 | pub const install = SubCommand(@import("install.zig")); |