mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 11:13:09 +02:00
Context: Code cleanup
This commit is contained in:
parent
8ace57bbef
commit
b2188abb5d
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.
|
// 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] == '_')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue