Options for the Describe command
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public InfoCmdOptions( InfoCmdFlags flags ) |
Visual Basic |
---|
Public Sub New ( _ flags As InfoCmdFlags _ ) |
Visual C++ |
---|
public: InfoCmdOptions( InfoCmdFlags flags ) |
Parameters
- flags
- Type: Perforce.P4..::..InfoCmdFlags
Remarks
p4 help info
info -- Display client/server information
p4 info [-s]
Info lists information about the current client (user name,
client name, applicable client root, client current directory,
and the client IP address) and some server information (server
IP address, server root, date, uptime, version and license data).
The -s option produces 'short' output that omits any information
that requires a database lookup such as the client root).