Skip to content

Commit

Permalink
[MISC] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Nov 7, 2022
1 parent cb091a9 commit 203eb81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ int main(int argc, char ** argv)
parser.add_subsection("Eating Numbers");
parser.add_option(val, sharg::config{.short_id = 'i', .long_id = "int", .description = "Desc."});
parser.parse();

return 0;
}
```
<!-- MARKDOWN-AUTO-DOCS:END -->
Expand Down

1 comment on commit 203eb81

@vercel
Copy link

@vercel vercel bot commented on 203eb81 Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sharg-parser – ./

sharg-parser-git-main-seqan.vercel.app
sharg-100.vercel.app
sharg.vercel.app
sharg-parser-seqan.vercel.app

Please sign in to comment.