diff options
| author | Alejandro Sior <aho@sior.be> | 2022-06-21 18:44:33 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-06-21 18:44:33 +0200 |
| commit | 8fbfda70d7ea101d5a15ab8157910af22cd51d07 (patch) | |
| tree | 1188b60c6e51f314d90974b81956bf18e2085474 /main.ha | |
| parent | 68b9c04241ef433f346279fbc153928bcbd360e9 (diff) | |
gpt.part: change a few stuff and working new
Diffstat (limited to 'main.ha')
| -rw-r--r-- | main.ha | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -19,8 +19,6 @@ export fn main() void = { fmt::fatalf("gpt: expected disk name", os::args[0]); }; - const volume = os::args[1]; - switch (os::args[2]) { case "convert" => convert::convert(os::args[2..]); case "create" => create::create(os::args[2..]); |
