Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ user$ ./Eat-Me-App -h
Eat-Me-App
==========

SYNOPSIS
Eat-Me-App [-i|--int int32]

OPTIONS

Eating Numbers
Expand Down
1 change: 1 addition & 0 deletions doc/cookbook/basic_arg_parse.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Indexer - Creates an index over a reference.
============================================
basic_arg_parse_snippet -r|--reference path [-o|--output path]
Try -h or --help for more information.
1 change: 1 addition & 0 deletions doc/howto/custom_types/custom_type.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
my_foobar_parser
================
custom_type_snippet [-f|--foo-bar foo::bar]
Try -h or --help for more information.
1 change: 1 addition & 0 deletions doc/howto/custom_types/external_custom_type.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
my_ext_bar_parser
=================
external_custom_type_snippet [-f|--ext-bar external::bar]
Try -h or --help for more information.
1 change: 1 addition & 0 deletions doc/howto/subcommand_parser/subcommand_parse.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mygit
=====
subcommand_parse_snippet -f|--flag
Try -h or --help for more information.
1 change: 1 addition & 0 deletions doc/tutorial/concepts/custom_validator_solution.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Test-Parser
===========
custom_validator_solution_snippet [-i int32] [-j int16]
Try -h or --help for more information.
2 changes: 2 additions & 0 deletions doc/tutorial/parser/solution3.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Game-of-Parsing - Aggregate average Game of Thrones viewers by season.
======================================================================
solution3_snippet -H|--header-is-set [-y|--year uint32] [-a|--aggregate-by
string] [--] path
Try -h or --help for more information.
2 changes: 2 additions & 0 deletions doc/tutorial/parser/solution4.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Game-of-Parsing - Aggregate average Game of Thrones viewers by season.
======================================================================
solution4_snippet -H|--header-is-set [-s|--season uint8]...
[-a|--aggregate-by string] [--] path
Try -h or --help for more information.
2 changes: 2 additions & 0 deletions doc/tutorial/parser/solution5.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Game-of-Parsing - Aggregate average Game of Thrones viewers by season.
======================================================================
solution5_snippet -H|--header-is-set -s|--season uint8 [-s|--season
uint8]... [-a|--aggregate-by string] [--] path
Try -h or --help for more information.
2 changes: 2 additions & 0 deletions doc/tutorial/parser/solution6.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Game-of-Parsing - Aggregate average Game of Thrones viewers by season.
======================================================================
solution6_snippet -H|--header-is-set -s|--season uint8 [-s|--season
uint8]... [-a|--aggregate-by string] [--] path
Try -h or --help for more information.
Loading