Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iRon7 authored Jan 23, 2020
1 parent a4a17cd commit d64b61a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ which is a string by default.

Data that is right aligned will be evaluated.

Data that is justified (using the full column with) is following the
the header alignment and evaluated if the header is right aligned.

The default column type can be set by prefixing the column name with
a standard (PowerShell) cast operator (a data type enclosed in
square brackets, e.g.: `[Int]ID`)
Expand Down Expand Up @@ -151,6 +154,16 @@ searched for a header with a vertical dash character.
If `-VerticalDash` is set to `$Null`, the first data line is presumed
the header line (unless the `-HorizontalDash` parameter is set).

`-Junction <Char>`
The `-Junction` parameter (default: `+`) defines the character used for
the junction between the horizontal ruler and vertical ruler.

`-Anchorn <Char>`
The `-Anchor` parameter (default: `:`) defines the character used for
the alignedment anchor. If used in the header row, it will be used to
define the default alignment, meaning that justified (full width)
values will be evaluted.

`-Literal`
The -Literal parameter will prevent any right aligned data to be evaluated.

Expand Down

0 comments on commit d64b61a

Please sign in to comment.