Flags for the info command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2018.1.163.6632 (2018.1.163.6632)
Syntax[FlagsAttribute]
public enum InfoCmdFlags
<FlagsAttribute>
Public Enumeration InfoCmdFlags
[FlagsAttribute]
public enum class InfoCmdFlags
[<FlagsAttribute>]
type InfoCmdFlags
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No flags.
|
| Short | 1 |
The -s option produces 'short' output that omits any information
that requires a database lookup such as the client root).
|
See Also