copier doesn't show its version #5

Closed
opened 2025-08-23 07:44:44 +02:00 by jriou · 1 comment
Owner

Description

The copier binary doesn't show version.

How to reproduce

$ copier -version
Usage: copier [OPTIONS] URL
  -debug
        Print even more logs
  -file string
        Write content of the note to a file
  -password string
        Password to decrypt the note
  -quiet
        Log errors only
  -verbose
        Print more logs
  -version
        Print version and exit
  -w    Read password from input

Expected

Print the version like collerd and coller:

$ collerd -version
collerd 0.0.1-4b75edc (compiled with Go go1.23.1)
$ coller -version
coller 0.0.1-4b75edc (compiled with Go go1.23.1)
# Description The **copier** binary doesn't show version. # How to reproduce ``` $ copier -version Usage: copier [OPTIONS] URL -debug Print even more logs -file string Write content of the note to a file -password string Password to decrypt the note -quiet Log errors only -verbose Print more logs -version Print version and exit -w Read password from input ``` # Expected Print the version like **collerd** and **coller**: ``` $ collerd -version collerd 0.0.1-4b75edc (compiled with Go go1.23.1) $ coller -version coller 0.0.1-4b75edc (compiled with Go go1.23.1) ```
jriou changed title from copier version doesn't work to copier doesn't show its version 2025-08-23 07:44:59 +02:00
jriou self-assigned this 2025-08-23 09:07:30 +02:00
Author
Owner

Fixed in 55c78eed38

Fixed in 55c78eed38f2fa7b654f4c0a11256ad32c9f0bf1
jriou closed this issue 2025-08-23 09:09:47 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jriou/coller#5
No description provided.