Seamlessly copy file contents to clipboard from command line. Lightweight, cross-platform tool for instant text transfers.
3
stars
3
forks
source link
refactor(clipper/options): Enhance version handling and remove pointers for improved usability #37
Closed
supitsdu closed 4 months ago
This pull request enhances our Clipper codebase by addressing version management and configuration handling:
Tasks:
options.go
to use package-level variables for version information and provide aGetVersion()
function.-ldflags
.main.go
to utilizeGetVersion()
for displaying the version.options.Config
by removing unnecessary pointers from theDirectText
andShowVersion
fields.Benefits:
Closes #36 Closes #30