Skip to content

Commit

Permalink
Add dest option to append argument
Browse files Browse the repository at this point in the history
  • Loading branch information
j-c-cook committed Jun 9, 2022
1 parent 2c75189 commit e17a9f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion can/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ def main() -> None:
)

parser.add_argument(
"-a",
"--append",
"--a",
dest="append",
help="Append to the log file if it already exists.",
action="store_true",
)
Expand Down

0 comments on commit e17a9f8

Please sign in to comment.