Add a --version command line argument
Bug #577040 reported by
Mario Kemper (Romario)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Shutter |
Fix Released
|
Wishlist
|
Mario Kemper (Romario) |
Bug Description
Reported by Kevin Hunter:
"In a similar vein, suggest also adding a -V and --version command line
arguments which would give the version, revision number, and anything
else pertinent along the version train of thought."
Related branches
lp://staging/~mario-kemper/shutter/libunique
- Mario Kemper (Romario): Pending requested
-
Diff: 20789 lines (+10435/-9843)10 files modifiedbin/shutter (+9984/-9808)
share/shutter/resources/modules/Shutter/App/Common.pm (+38/-8)
share/shutter/resources/modules/Shutter/App/HelperFunctions.pm (+10/-5)
share/shutter/resources/modules/Shutter/App/Menu.pm (+15/-2)
share/shutter/resources/modules/Shutter/App/Options.pm (+89/-0)
share/shutter/resources/modules/Shutter/App/Toolbar.pm (+11/-11)
share/shutter/resources/modules/Shutter/Screenshot/Error.pm (+15/-3)
share/shutter/resources/modules/Shutter/Screenshot/SelectorAuto.pm (+106/-0)
share/shutter/resources/modules/Shutter/Screenshot/Window.pm (+8/-6)
share/shutter/resources/modules/Shutter/Screenshot/WindowName.pm (+159/-0)
Changed in shutter: | |
status: | Confirmed → Fix Committed |
Changed in shutter: | |
status: | Fix Committed → Fix Released |
Changed in shutter: | |
milestone: | 0.86.3 → 0.87 |
status: | Fix Released → Confirmed |
Changed in shutter: | |
status: | Confirmed → In Progress |
Changed in shutter: | |
status: | In Progress → Fix Committed |
Changed in shutter: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Issue is fixed, yet two more minor issues should be added:
1) -V switch
2) Add the version option to the help (--help)
Should I change the state to Confirmed or a simple comment would be enough?