Skip to content

Commit

Permalink
Docs were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Dec 9, 2024
1 parent 5c8f83c commit 9685122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fn/delete-contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ ${bold('OPTIONS')}
--ids=<id1>,<id2>
A comma delimited list of ids of contacts to be deleted.
--disable-users
When flag is present, users at to any deleted place will be permanently disabled.
--docDirectoryPath=<path to stage docs>
Specifies the folder used to store the documents representing the changes in hierarchy.
`);
Expand Down
3 changes: 3 additions & 0 deletions src/fn/merge-contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ ${bold('OPTIONS')}
--sources=<source_id1>,<source_id2>
A comma delimited list of IDs of contacts which will be deleted. The hierarchy of contacts and reports under it will be moved to be under the destination contact.
--disable-users
When flag is present, users at to any deleted place will be permanently disabled.
--docDirectoryPath=<path to stage docs>
Specifies the folder used to store the documents representing the changes in hierarchy.
`);
Expand Down

0 comments on commit 9685122

Please sign in to comment.