99```
1010[--bool-false]
1111[--bool-true]
12- [--string-empty]=[value]
13- [--string-empty]=[value]
14- [--string-empty]=[value]
15- [--string-empty]=[value]
16- [--string-empty]=[value]
12+ [--duration-empty]=[value]
13+ [--duration-set]=[value]
14+ [--float-empty]=[value]
15+ [--float-set]=[value]
16+ [--int-empty]=[value]
17+ [--int-set]=[value]
1718[--string-empty]=[value]
1819[--string-map-empty]=[value]
1920[--string-map-set]=[value]
2021[--string-set]=[value]
21- [--string-set]=[value]
22- [--string-set]=[value]
23- [--string-set]=[value]
24- [--string-set]=[value]
25- [--string-set]=[value]
2622[--string-slice-empty]=[value]
2723[--string-slice-set]=[value]
24+ [--timestamp-empty]=[value]
25+ [--timestamp-set]=[value]
26+ [--uint-empty]=[value]
27+ [--uint-set]=[value]
2828```
2929
3030** Usage** :
@@ -39,35 +39,35 @@ main [GLOBAL OPTIONS] [command [COMMAND OPTIONS]] [ARGUMENTS...]
3939
4040** --bool-true** : (default: true)
4141
42- ** --string -empty** ="":
42+ ** --duration -empty** ="": (default: 0s)
4343
44- ** --string-empty ** ="": (default: 0 )
44+ ** --duration-set ** ="": (default: 12m0s )
4545
46- ** --string -empty** ="": (default: 0)
46+ ** --float -empty** ="": (default: 0)
4747
48- ** --string-empty ** ="": (default: 0 )
48+ ** --float-set ** ="": (default: 88.32 )
4949
50- ** --string -empty** ="": (default: 0001-01-01 00:00:00 +0000 UTC )
50+ ** --int -empty** ="": (default: 0 )
5151
52- ** --string-empty ** ="": (default: 0s )
52+ ** --int-set ** ="": (default: 42 )
5353
54- ** --string-map- empty** ="": (default: map [ ] )
54+ ** --string-empty** ="":
5555
56- ** --string-map-set ** ="": (default: map [ a : b ] )
56+ ** --string-map-empty ** ="":
5757
58- ** --string-set** ="": (default: 12m0s )
58+ ** --string-map- set** ="": (default: a="b" )
5959
60- ** --string-set** ="": (default: 2024-10-20 20:40:00 +0000 UTC )
60+ ** --string-set** ="": (default: a string )
6161
62- ** --string-set ** ="": (default: 21)
62+ ** --string-slice-empty ** ="":
6363
64- ** --string-set** ="": (default: 42 )
64+ ** --string-slice- set** ="": (default: "a", "b" )
6565
66- ** --string-set ** ="": (default: 88.32)
66+ ** --timestamp-empty ** ="":
6767
68- ** --string -set** ="": (default: a string )
68+ ** --timestamp -set** ="": (default: 2024-10-20 20:40:00 +0000 UTC )
6969
70- ** --string-slice- empty** ="": (default: [ ] )
70+ ** --uint- empty** ="": (default: 0 )
7171
72- ** --string-slice- set** ="": (default: [ a b ] )
72+ ** --uint- set** ="": (default: 21 )
7373
0 commit comments