Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgette committed Dec 30, 2015
1 parent 7b89fe6 commit 5f0f84e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -65,11 +65,11 @@ Accepts a required options object, with the available options listed below. Opti

Note: Both enableServices and disableServices can be an array of strings, array of objects (with required key of service, optional key of value), or mixed.

option | enableServices (array of strings or object with required service key)
-|-
example | { enableServices:['app-group', { service:'icloud', value:'legacy'}] }
command executed | enable_services --app-group --icloud 'legacy'
Description | Enable specific Application Services for a specific app on the Apple Developer Portal
|option | enableServices (array of strings or object with required service key)|
|-----|-----|
|example | { enableServices:['app-group', { service:'icloud', value:'legacy'}] }|
|command executed | enable_services --app-group --icloud 'legacy'|
|Description | Enable specific Application Services for a specific app on the Apple Developer Portal|
```
Expand All @@ -91,11 +91,11 @@ Description | Enable specific Application Services for a specific app on the App
```

option | disableServices (array of strings or object with required service key)
-|-
example | { disableServices:['app-group', { service:'icloud' }, 'data-protection'] }
command executed | disable_services --app-group --icloud --data-protection
Description | disable specific Application Services for a specific app on the Apple Developer Portal
|option | disableServices (array of strings or object with required service key)|
|-----|-------|
|example | { disableServices:['app-group', { service:'icloud' }, 'data-protection'] }|
|command executed | disable_services --app-group --icloud --data-protection|
|Description | disable specific Application Services for a specific app on the Apple Developer Portal|

```
--app-group Disable App Groups
Expand Down

0 comments on commit 5f0f84e

Please sign in to comment.