mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdNews: Adjust for brevity
This commit is contained in:
parent
8e7401d2f4
commit
dc81bf5fb5
1 changed files with 4 additions and 3 deletions
|
@ -575,14 +575,15 @@ int CmdNews::execute (std::string& output)
|
||||||
std::stringstream outro;
|
std::stringstream outro;
|
||||||
outro << underline.colorize (bold.colorize ("Taskwarrior crowdfunding\n"));
|
outro << underline.colorize (bold.colorize ("Taskwarrior crowdfunding\n"));
|
||||||
outro << format (
|
outro << format (
|
||||||
"Taskwarrior has been in development for {1} years and its continued survival\n"
|
"Taskwarrior has been in development for {1} years but its survival\n"
|
||||||
"depends on your support!\n\n"
|
"depends on your support!\n\n"
|
||||||
"Please consider joining our {2} fundraiser and visit crowdfunding page at:\n\n",
|
"Please consider joining our {2} fundraiser to help us fund maintenance\n"
|
||||||
|
"and development of new features:\n\n",
|
||||||
std::lround (static_cast<float>(development_time.days ()) / 365.25),
|
std::lround (static_cast<float>(development_time.days ()) / 365.25),
|
||||||
now.year ()
|
now.year ()
|
||||||
);
|
);
|
||||||
outro << bold.colorize(" https://github.com/sponsors/GothenburgBitFactory/\n\n");
|
outro << bold.colorize(" https://github.com/sponsors/GothenburgBitFactory/\n\n");
|
||||||
outro << "Interesting perks are available for our sponsors.\nSponsorship directly translates to more development time spent on the project.\n";
|
outro << "Perks are available for our sponsors.\n";
|
||||||
|
|
||||||
std::cout << outro.str ();
|
std::cout << outro.str ();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue