microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Feat/page output #72

Closed jobala closed 3 years ago

jobala commented 3 years ago

Overview

Pages large output

Demo

N/A

Notes

In *nix systems, output is piped to less for paging and in windows, out is piped to more. Truly less is more, they do the same thing 😄

Testing Instructions