1 // PropertiesCommand.h: interface for the CPropertiesCommand class.
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_PROPERTIESCOMMAND_H__0F1C2110_04E9_4DC1_A999_D40711F4DE15__INCLUDED_)
6 #define AFX_PROPERTIESCOMMAND_H__0F1C2110_04E9_4DC1_A999_D40711F4DE15__INCLUDED_
10 #endif // _MSC_VER > 1000
13 #include "Formatter.h"
15 class CPropertiesCommand
: public CMultiArgCommand
, public IFormattingContext
18 CPropertiesCommand ();
19 virtual void Execute (po::variables_map
const& options
, std::string
const& arg
);
22 virtual bool GetExtendedOutput () const { return true; }
27 #endif // !defined(AFX_PROPERTIESCOMMAND_H__0F1C2110_04E9_4DC1_A999_D40711F4DE15__INCLUDED_)