libelektra: redshift: CLI arguments not working
reported by @markus2330 at https://github.com/jonls/redshift/pull/837#discussion_r706243781
Expected behavior
src/redshift -V does not print the version.
Actual behavior
src/redshift -V should print version and exit
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 15 (15 by maintainers)
As the title suggested, I was talking about the issue that the CLI arguments are not working. So this issue is a specific occurrence of #3998 (when using redshift).
Yes, perfect! Let us look into the CLI arguments afterwards.
💖
Maybe we should even fail. I don’t think anyone wants to have software where CLI arguments do not work.
@markus2330 I believe this was caused by missing dependencies on your system! To make such issues easier to debug, I have:
CONTRIBUTING.mdto make clearer, that without installing the dependencies, redshift will only work in a very limited manner.I’ll get back to you on this issue (and ask you to retest) once #3998 is closed!
@markus2330 I’m reposting my questions here, looking forward to your response!
Unfortunately, I’m having trouble reproducing that when specification is properly mounted. Could you please provide more information?
Does
src/redshift -v(lower-case v -> verbose) and other CLI options like--fadework?What is the output of …
src/redshift --elektra-specsrc/redshift --helpkdb ls spec:/sw/redshift/#0/current/kdb meta-show spec:/sw/redshift/#0/current/versionkdb meta-show /sw/redshift/#0/current/versionkdb get /sw/redshift/#0/current/version?make distclean, bootstrap, configure, make, execute redshift-conf.mount.sh (and optionally make install) and finallysrc/redshift -v.