plasmashell exec does not have --version option which it used to have according to the following information from user luebking (https://forum.kde.org/viewtopic.php?f=67&t=126986#p337089); "no idea whether that's accidental or intended (this used to be added magically by KApplication, might have got lost on transition to QApplication, requires QCommandLineParser::addVersionOption();)" Reproducible: Always Steps to Reproduce: plasmashell --version Actual Results: Error "Unknown option 'version'." Expected Results: Version of plasmashell shown.
Umm, on master branch e42a0f06 (Bhushan Shah 2015-04-20 21:06:53 +0530) | 61 cliOptions.addVersionOption();
http://quickgit.kde.org/?p=plasma-workspace.git&a=commit&h=e42a0f06
@Bhushan Shah Returning to this after 7 years and it's nice to see you fixed it the same day :) Thank you.