Skip to content

Commit

Permalink
Merge branch 'master' of github.com:idealvin/coost
Browse files Browse the repository at this point in the history
  • Loading branch information
idealvin committed Oct 21, 2023
2 parents a9aa0f0 + b57ae4c commit 1414d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
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
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 1414d86

Please sign in to comment.