Skip to content

Commit

Permalink
Merge pull request #340 from UGOtang/master
Browse files Browse the repository at this point in the history
fix:Add y
  • Loading branch information
idealvin authored Sep 15, 2023
2 parents 1db0732 + 40a76f9 commit b57ae4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ void f() {
#include "co/cout.h"

DEF_bool(x, false, "x");
DEF_bool(y, true, "y");
DEF_bool(debug, false, "dbg", d);
DEF_uint32(u, 0, "xxx");
DEF_string(s, "", "xx");
Expand Down
1 change: 1 addition & 0 deletions readme_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ void f() {
#include "co/cout.h"

DEF_bool(x, false, "x");
DEF_bool(y, true, "y");
DEF_bool(debug, false, "dbg", d);
DEF_uint32(u, 0, "xxx");
DEF_string(s, "", "xx");
Expand Down

0 comments on commit b57ae4c

Please sign in to comment.