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

Escaped pipe and replaced comma solving #1420 #1445

Closed
wants to merge 7 commits into from

Conversation

jhagstrom
Copy link

went through .md files and replaced unescaped pipe with escaped pipe where I found it. Also replaced a few occasions of commas between command options with pipe and added back-tics where missing.

@coveralls
Copy link

coveralls commented Mar 30, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling 7daf701 on jhagstrom:fix-pipes-in-doc-1420 into f7f194d on pnp:dev.

@waldekmastykarz
Copy link
Member

Awesome! Thank you! 👏

@jhagstrom
Copy link
Author

Replaced the escaped pipe pattern with an html encoded representation of the pipe char, as suggested by @garrytrinder

Copy link
Contributor

@VelinGeorgiev VelinGeorgiev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much Joakim @jhagstrom ! 🚀 🚀 🚀 You've done a great job! I scanned through the changed files and it all looks great. I did few minor changes and you can see them in the comments below.

Your PR will be merged from this branch: https://github.com/VelinGeorgiev/office365-cli/tree/fix-pipes-in-doc-1420

@@ -42,7 +42,7 @@ assignees: ''
| Option | Description |
| ----------------------- | ----------------------------------------- |
| `-o, --option <option>` | option |
| `-o, --output [output]` | Output type. `json\|text`. Default `text` |
| `-o, --output [output]` | Output type. `json`&#x7c;`text`. Default `text` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I replaced json|text with json,text

`--allowEveryoneViewItems [allowEveryoneViewItems]`|Boolean value specifying whether everyone can view documents in the documentlibrary or attachments to items in the list. Valid values are `true,false`
`--allowMultiResponses [allowMultiResponses]`|Boolean value specifying whether users are allowed to give multiple responses to the survey. Valid values are `true,false`
`--contentTypesEnabled [contentTypesEnabled]`|Boolean value specifying whether content types are enabled for the list. Valid values are `true,false`
`--crawlNonDefaultViews [crawlNonDefaultViews]`|Boolean value specifying whether to crawl non default views. Valid values are `true,false`
`--defaultContentApprovalWorkflowId [defaultContentApprovalWorkflowId]`|Value that specifies the default workflow identifier for content approval on the list (GUID)
`--defaultDisplayFormUrl [defaultDisplayFormUrl]`|Value that specifies the location of the default display form for the list
`--defaultEditFormUrl [defaultEditFormUrl]`|Value that specifies the URL of the edit form to use for list items in the list
`--description [description]`|The description for the list
`--direction [direction]`|Value that specifies the reading order of the list. Valid values are NONE|LTR|RTL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NONE|LTR|RTL replaced with NONE,LTR,RTL

`--defaultContentApprovalWorkflowId [defaultContentApprovalWorkflowId]`|Value that specifies the default workflow identifier for content approval on the list (GUID)
`--defaultDisplayFormUrl [defaultDisplayFormUrl]`|Value that specifies the location of the default display form for the list
`--defaultEditFormUrl [defaultEditFormUrl]`|Value that specifies the URL of the edit form to use for list items in the list
`--description [description]`|The description for the list
`--direction [direction]`|Value that specifies the reading order of the list. Valid values are NONE|LTR|RTL
`--disableGridEditing [disableGridEditing]`|Property for assigning or retrieving grid editing on the list. Valid values are true|false
`--disableGridEditing [disableGridEditing]`|Property for assigning or retrieving grid editing on the list. Valid values are `true,false`
`--draftVersionVisibility [draftVersionVisibility]`|Value that specifies the minimum permission required to view minor versions and drafts within the list. Allowed values Reader|Author|Approver. Default Reader
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reader|Author|Approver replaced with Reader,Author,Approver

@waldekmastykarz
Copy link
Member

Merged manually. Thank you! 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants