Skip to content

Commit

Permalink
fixing windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Sep 16, 2024
1 parent 0dc74fe commit f2af06b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Xmake/packages/v/vrg/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,6 @@ package("vrg")
{
vrgcli("My Awesome CLI Program v1.0")
{
vrgarg("-h\tDisplay help")
{
vrgusage();
}
vrgarg("-f [filename]\tSpecify an optional filename")
{
printf("Filename: %s\n", vrgarg);
}
vrgarg("input\tInput file")
{
printf("Processing input file: %s\n", vrgarg);
}
vrgarg()
{
vrgusage("Unexpected argument: '%s'\n", vrgarg);
}
}
return 0;
}
Expand Down

0 comments on commit f2af06b

Please sign in to comment.