Properly handle quoted strings in command parser.
This commit is contained in:
parent
7a0aca347e
commit
5db1e9cdbb
2 changed files with 46 additions and 5 deletions
|
|
@ -15,11 +15,13 @@
|
|||
#### Miscellaneous options
|
||||
#
|
||||
# If set, show billable time in each daily summary.
|
||||
|
||||
#set show_billable 1
|
||||
|
||||
# If this is set, and a newly added entry contains this string, the entry wil
|
||||
# be automatically marked as non-billable. The string can only be a single
|
||||
# word and must not be put in quotes.
|
||||
# be automatically marked as non-billable. If the string contains whitespace,
|
||||
# it should be wrapped in "quote marks".
|
||||
|
||||
#set auto_non_billable [INT]
|
||||
|
||||
#### Bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue