You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`docu-notion version ${pkg.version}`);
@@ -21,9 +23,14 @@ export function run() {
21
23
)
22
24
.option(
23
25
"-m, --markdown-output-path <string>",
24
-
"Root of the hierarchy for md files. WARNING: node-pull-mdx will delete files from this directory. Note also that if it finds localized images, it will create an i18n/ directory as a sibling.",
26
+
"Root of the hierarchy for md files. WARNING: docu-notion will delete files from this directory. Note also that if it finds localized images, it will create an i18n/ directory as a sibling.",
25
27
"./docs"
26
28
)
29
+
.option(
30
+
"--css-output-directory <string>",
31
+
"docu-notion has a docu-notion-styles.css file that you will need to use to get things like notion columns to look right. This option specifies where that file should be copied to.",
32
+
"./css"
33
+
)
27
34
.option(
28
35
"-t, --status-tag <string>",
29
36
"Database pages without a Notion page property 'status' matching this will be ignored. Use '*' to ignore status altogether.",
0 commit comments