Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for List formatting #40

Open
BernieWhite opened this issue Sep 19, 2018 · 0 comments
Open

Added support for List formatting #40

BernieWhite opened this issue Sep 19, 2018 · 0 comments
Labels
enhancement A request to change or add to current behaviour

Comments

@BernieWhite
Copy link
Member

BernieWhite commented Sep 19, 2018

Add support for formatting items in a list.

For example:

Get-Service -Name Spooler | List -Property Name,DisplayName,Status;
Name Value
Name Spooler
DisplayName Print Spooler
Status Running

And:

  • Name : Spooler
  • DisplayName : Print Spooler
  • Status : Running
@BernieWhite BernieWhite added the enhancement A request to change or add to current behaviour label Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A request to change or add to current behaviour
Projects
None yet
Development

No branches or pull requests

1 participant