mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
note to self
This commit is contained in:
parent
6bbc8aa28a
commit
a160e2eccc
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ pub fn init(allocator: Allocator) !Cli {
|
||||||
try oizys.addSubcommand(subcmd.*);
|
try oizys.addSubcommand(subcmd.*);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: accept positinal args after -- to forward along?
|
||||||
return Cli{ .app = app };
|
return Cli{ .app = app };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue