I would like to give me a link or a document where I Can understand coding syntax of a help manual of a specific programming language.
In the command below, for example, what is the meaning of [] or []<String[]> or []<>{| | |} ?
I hope that you understand my question
Get-ChildItem [[-Path] <String[]>] [[-Filter] <String>] [-Attributes {read-only | Hidden | System | Directory |
Archive | Device | Normal | Temporary | SparseFile | ReparsePoint | Compressed | Offline | NotContentIndexed |
Encrypted | IntegrityStream | NoScrubData}] [-Depth <UInt32>] [-Directory] [-Exclude <String[]>] [-File] [-Force]
[-Hidden] [-Include <String[]>] [-Name] [-Read Only] [-Recurse] [-System] [-UseTransaction] [<CommonParameters>]