Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/fn/delete-contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ ${bold('OPTIONS')}

--docDirectoryPath=<path to stage docs>
Specifies the folder used to store the documents representing the changes in hierarchy.

--force
Don't prompt if the doc staging folder already contains files; continue using it.
`);
/* eslint-enable max-len */
};
3 changes: 3 additions & 0 deletions src/fn/merge-contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ ${bold('OPTIONS')}

--docDirectoryPath=<path to stage docs>
Specifies the folder used to store the documents representing the changes in hierarchy.

--force
Don't prompt if the doc staging folder already contains files; continue using it.
`);
/* eslint-enable max-len */
};
3 changes: 3 additions & 0 deletions src/fn/move-contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ ${bold('OPTIONS')}

--docDirectoryPath=<path to stage docs>
Specifies the folder used to store the documents representing the changes in hierarchy.

--force
Don't prompt if the doc staging folder already contains files; continue using it.
`);
/* eslint-enable max-len */
};