Context: Code cleanup
This commit is contained in:
@@ -828,7 +828,7 @@ void Context::updateXtermTitle ()
|
|||||||
// This function allows a clean output if the command is a helper subcommand.
|
// This function allows a clean output if the command is a helper subcommand.
|
||||||
void Context::updateVerbosity ()
|
void Context::updateVerbosity ()
|
||||||
{
|
{
|
||||||
std::string command = cli2.getCommand ();
|
auto command = cli2.getCommand ();
|
||||||
if (command != "" &&
|
if (command != "" &&
|
||||||
command[0] == '_')
|
command[0] == '_')
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user