note to self

This commit is contained in:
Daylin Morgan 2024-04-08 11:43:35 -05:00
parent 6bbc8aa28a
commit a160e2eccc
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ pub fn init(allocator: Allocator) !Cli {
try oizys.addSubcommand(subcmd.*);
}
// TODO: accept positinal args after -- to forward along?
return Cli{ .app = app };
}