mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +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.
|
// 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