Commit 045707b
feat: Add new flag 'read-comments' to optionally process comments as description
fixes issue #552
- process description from comments
Signed-off-by: Poojitha Bikki <[email protected]>
- fix module tests
Signed-off-by: Poojitha Bikki <[email protected]>
- optionally read comments for output vars description
Signed-off-by: Poojitha Bikki <[email protected]>
- set default to true
Signed-off-by: Poojitha Bikki <[email protected]>
- run make docs
Signed-off-by: Poojitha Bikki <[email protected]>
- change option name
Signed-off-by: Poojitha Bikki <[email protected]>
- add option in doc generator; make docs
Signed-off-by: Poojitha Bikki <[email protected]>
- add config 'ReadComments'
Signed-off-by: Poojitha Bikki <[email protected]>
- Fix alphabetic order for 'ReadComments' setting
Signed-off-by: Poojitha Bikki <[email protected]>
- add read-comments in docs
Signed-off-by: Poojitha Bikki <[email protected]>
- add test for readcomments option
Signed-off-by: Poojitha Bikki <[email protected]>
- update 'read-comments' flag description
Co-authored-by: Khosrow Moossavi <[email protected]>
Signed-off-by: Poojitha Bikki <[email protected]>1 parent 5cd2b8f commit 045707b
File tree
25 files changed
+129
-39
lines changed- cmd
- docs
- reference
- user-guide
- configuration
- internal
- cli
- terraform
- testdata/read-comments
- scripts/docs
25 files changed
+129
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments