mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Feature - version command
- Added FreeBSD as a recognized operating system.
This commit is contained in:
parent
2a8acaf351
commit
b8377b7e5c
2 changed files with 7 additions and 1 deletions
|
@ -506,10 +506,11 @@ int handleVersion (std::string &outs)
|
|||
<< "openbsd"
|
||||
#elif defined (HAIKU)
|
||||
<< "haiku"
|
||||
#elif defined (FREEBSD)
|
||||
<< "freebsd"
|
||||
#else
|
||||
<< "linux"
|
||||
#endif
|
||||
// TODO Include: FreeBSD?
|
||||
|
||||
#ifdef HAVE_LIBNCURSES
|
||||
<< "-ncurses"
|
||||
|
@ -590,6 +591,8 @@ int handleVersion (std::string &outs)
|
|||
|
||||
out << context.config.checkForDeprecatedColor ();
|
||||
out << context.config.checkForDuplicates ();
|
||||
// TODO Check for referenced but missing theme files.
|
||||
// TODO Check for referenced but missing string files.
|
||||
|
||||
// Verify installation. This is mentioned in the documentation as the way to
|
||||
// ensure everything is properly installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue