mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context: Code cleanup
This commit is contained in:
parent
1ebe434ea7
commit
7dfed2fec9
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ void Context::updateXtermTitle ()
|
|||
// This function allows a clean output if the command is a helper subcommand.
|
||||
void Context::updateVerbosity ()
|
||||
{
|
||||
std::string command = cli2.getCommand ();
|
||||
auto command = cli2.getCommand ();
|
||||
if (command != "" &&
|
||||
command[0] == '_')
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue