Skip to content

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-lassfolk committed Apr 26, 2018
1 parent a9f0ef0 commit 95ab88d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ This is not fully featured or tested, but pull requests would be welcome!
```

# Examples
Get-ChildItem .\EVE-Online-ESI-Posh\Public\*.psm1 | Import-Module -Force
Get-ChildItem .\EVE-Online-ESI-Posh\Private\*.psm1 | Import-Module -Force
Get-ChildItem .\EVE-Online-ESI-Posh\Public\*.psm1 | Import-Module -Force

Get-ChildItem .\EVE-Online-ESI-Posh\Private\*.psm1 | Import-Module -Force


get-EVEUniverseAncestries

get-EVESearch -categories character -search vipeer -strict $true | convertfrom-json


Expand Down

0 comments on commit 95ab88d

Please sign in to comment.