Add --split option to split over several lines.

This commit is contained in:
2022-12-08 18:35:06 -06:00
parent c998c5c48c
commit 4d6fa44bc3
3 changed files with 22 additions and 9 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
# Package
version = "1.0.0"
version = "1.0.1"
author = "Jonathan Bernard"
description = "Utility for managing data-uris: transforming data to and from, etc."
license = "GPL-3.0-only"
@@ -15,9 +15,10 @@ requires @[
"nim >= 1.4.4",
"docopt 0.6.8",
"filetype",
"zero_functional",
"https://git.jdb-software.com/jdb/update-nim-package-version"
]
task updateVersion, "Update the version of this package.":
exec "update_nim_package_version data_uri 'src/data_uripkg/version.nim'"
exec "update_nim_package_version data_uri 'src/data_uripkg/version.nim'"