Example #1
0
 inline auto getForCmdPhrase(Cmd& mCmd) const noexcept
 {
     return mCmd.isMainCmd() ? ""s
                             : " for command "s + mCmd.getNamesStr();
 }