Skip to content

Commit

Permalink
docs(timewarrior): fix configuration option kind
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 13, 2021
1 parent 4c4eea6 commit 7da72a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
- Update project home page in help output ([fe83511](https://github.com/gabor-boros/minutes/commit/fe8351104f745c6ef2a265a0e139cb9209f5ab9e))
- Extend release document ([b6d61e9](https://github.com/gabor-boros/minutes/commit/b6d61e9221bea664380277c700f8a1842c4b93f0))
- Correct some typos ([924324b](https://github.com/gabor-boros/minutes/commit/924324b059f72e4b40200d164715708b3af36a7c))
- Fix configuration option kind ([e2dc5f7](https://github.com/gabor-boros/minutes/commit/e2dc5f76750a10df6a4b98542ba9b0ed2baf2d6a))

**Features**

Expand All @@ -40,6 +41,7 @@ All notable changes to this project will be documented in this file.
- Update changelog entries ([4b6dc29](https://github.com/gabor-boros/minutes/commit/4b6dc2911349587df3207afea4675b1e3e77033f))
- Update changelog ([2fccd28](https://github.com/gabor-boros/minutes/commit/2fccd287eae65a20160141f6091eb12fd1126040))
- Update changelog ([a82bb4b](https://github.com/gabor-boros/minutes/commit/a82bb4b939687ec40099b9515fd442e78bdf5ef8))
- Update changelog ([4123205](https://github.com/gabor-boros/minutes/commit/41232050be4aed8441fe99bbdd1849d9319922f1))

**Refactor**

Expand Down
14 changes: 7 additions & 7 deletions www/docs/sources/timewarrior.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Flags:

The source provides the following extra configuration options.

| Config option | Kind | Description | Example |
| ----------------------------- | ------ | ------------------------------------------------------------------- | ------------------------------------------------ |
| timewarrior-arguments | string | Set additional arguments for the export command | timewarrior-arguments = "reviewed" |
| timewarrior-client-tag-regex | string | Set the regular expression for extracting Client names from tags | timewarrior-client-tag-regex = "^(CLIENT-\w+)$" |
| timewarrior-command | string | Set the timewarrior command | timewarrior-command = "timew" |
| timewarrior-project-tag-regex | string | Set the regular expression for extracting Project names from tags | timewarrior-project-tag-regex = "^PROJ-DEV-\w+$" |
| timewarrior-unbillable-tag | string | Set the regular expression to identify which entries are unbillable | timewarrior-unbillable-tag = "unbillable" |
| Config option | Kind | Description | Example |
| ----------------------------- | ------- | ------------------------------------------------------------------- | ------------------------------------------------ |
| timewarrior-arguments | []string | Set additional arguments for the export command | timewarrior-arguments = "reviewed" |
| timewarrior-client-tag-regex | string | Set the regular expression for extracting Client names from tags | timewarrior-client-tag-regex = "^(CLIENT-\w+)$" |
| timewarrior-command | string | Set the timewarrior command | timewarrior-command = "timew" |
| timewarrior-project-tag-regex | string | Set the regular expression for extracting Project names from tags | timewarrior-project-tag-regex = "^PROJ-DEV-\w+$" |
| timewarrior-unbillable-tag | string | Set the regular expression to identify which entries are unbillable | timewarrior-unbillable-tag = "unbillable" |

## Limitations

Expand Down

0 comments on commit 7da72a9

Please sign in to comment.