From 72be4c324570744f8cec97baf3296476e216ee5e Mon Sep 17 00:00:00 2001 From: shivv23 Date: Fri, 8 May 2026 16:05:48 +0530 Subject: [PATCH 1/3] docs: add --force flag documentation to delete-contacts usage --- src/fn/delete-contacts.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fn/delete-contacts.js b/src/fn/delete-contacts.js index c764f5e7..3213b5d1 100644 --- a/src/fn/delete-contacts.js +++ b/src/fn/delete-contacts.js @@ -61,6 +61,9 @@ ${bold('OPTIONS')} --docDirectoryPath= 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 */ }; From 46cd189c850039741df60f3f0acdd30b190ad3c5 Mon Sep 17 00:00:00 2001 From: shivv23 Date: Fri, 8 May 2026 16:10:45 +0530 Subject: [PATCH 2/3] docs: add --force flag documentation to move-contacts usage --- src/fn/move-contacts.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fn/move-contacts.js b/src/fn/move-contacts.js index 3d5c3eb9..3e2a0609 100644 --- a/src/fn/move-contacts.js +++ b/src/fn/move-contacts.js @@ -65,6 +65,9 @@ ${bold('OPTIONS')} --docDirectoryPath= 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 */ }; From 7faa0de4751ddf117e633da65ea571c04a5a46b9 Mon Sep 17 00:00:00 2001 From: shivv23 Date: Fri, 8 May 2026 16:10:55 +0530 Subject: [PATCH 3/3] docs: add --force flag documentation to merge-contacts usage --- src/fn/merge-contacts.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fn/merge-contacts.js b/src/fn/merge-contacts.js index 7dedc656..fe919f1e 100644 --- a/src/fn/merge-contacts.js +++ b/src/fn/merge-contacts.js @@ -82,6 +82,9 @@ ${bold('OPTIONS')} --docDirectoryPath= 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 */ };