mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-04-18 13:28:36 +01:00
cleanup for PR
This commit is contained in:
parent
8e6a52d5a6
commit
0903c5927b
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ pub fn build(b: *Build) !void {
|
|||
const exno: ?usize = b.option(usize, "n", "Select exercise");
|
||||
const rand: ?bool = b.option(bool, "random", "Select random exercise");
|
||||
const start: ?usize = b.option(usize, "s", "Start at exercise");
|
||||
// flag to reset the exercise progress
|
||||
const reset: ?bool = b.option(bool, "reset", "Reset exercise progress");
|
||||
|
||||
const sep = std.fs.path.sep_str;
|
||||
|
|
Loading…
Reference in a new issue