mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 12:57:39 -04:00
commands: Rename --i18n-warnings to printI18nWarnings
To get it in line with the others.
This commit is contained in:
parent
dea2242c68
commit
1285302c9d
@ -40,7 +40,6 @@ hugo [flags]
|
|||||||
--forceSyncStatic copy all files when static is changed.
|
--forceSyncStatic copy all files when static is changed.
|
||||||
--gc enable to run some cleanup tasks (remove unused cache files) after the build
|
--gc enable to run some cleanup tasks (remove unused cache files) after the build
|
||||||
-h, --help help for hugo
|
-h, --help help for hugo
|
||||||
--i18n-warnings print missing translations
|
|
||||||
--ignoreCache ignores the cache directory
|
--ignoreCache ignores the cache directory
|
||||||
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
|
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
|
||||||
-l, --layoutDir string filesystem path to layout directory
|
-l, --layoutDir string filesystem path to layout directory
|
||||||
@ -51,6 +50,7 @@ hugo [flags]
|
|||||||
--noTimes don't sync modification time of files
|
--noTimes don't sync modification time of files
|
||||||
--panicOnWarning panic on first WARNING log
|
--panicOnWarning panic on first WARNING log
|
||||||
--poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
|
--poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
|
||||||
|
--printI18nWarnings print missing translations
|
||||||
--printMemoryUsage print memory usage to screen at intervals
|
--printMemoryUsage print memory usage to screen at intervals
|
||||||
--printPathWarnings print warnings on duplicate target paths etc.
|
--printPathWarnings print warnings on duplicate target paths etc.
|
||||||
--quiet build in quiet mode
|
--quiet build in quiet mode
|
||||||
|
@ -39,7 +39,6 @@ See https://gohugo.io/hugo-modules/ for more information.
|
|||||||
--forceSyncStatic copy all files when static is changed.
|
--forceSyncStatic copy all files when static is changed.
|
||||||
--gc enable to run some cleanup tasks (remove unused cache files) after the build
|
--gc enable to run some cleanup tasks (remove unused cache files) after the build
|
||||||
-h, --help help for mod
|
-h, --help help for mod
|
||||||
--i18n-warnings print missing translations
|
|
||||||
--ignoreCache ignores the cache directory
|
--ignoreCache ignores the cache directory
|
||||||
-l, --layoutDir string filesystem path to layout directory
|
-l, --layoutDir string filesystem path to layout directory
|
||||||
--minify minify any supported output format (HTML, XML etc.)
|
--minify minify any supported output format (HTML, XML etc.)
|
||||||
@ -47,6 +46,7 @@ See https://gohugo.io/hugo-modules/ for more information.
|
|||||||
--noTimes don't sync modification time of files
|
--noTimes don't sync modification time of files
|
||||||
--panicOnWarning panic on first WARNING log
|
--panicOnWarning panic on first WARNING log
|
||||||
--poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
|
--poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
|
||||||
|
--printI18nWarnings print missing translations
|
||||||
--printMemoryUsage print memory usage to screen at intervals
|
--printMemoryUsage print memory usage to screen at intervals
|
||||||
--printPathWarnings print warnings on duplicate target paths etc.
|
--printPathWarnings print warnings on duplicate target paths etc.
|
||||||
--templateMetrics display metrics about template executions
|
--templateMetrics display metrics about template executions
|
||||||
|
@ -39,7 +39,6 @@ hugo new [path] [flags]
|
|||||||
--forceSyncStatic copy all files when static is changed.
|
--forceSyncStatic copy all files when static is changed.
|
||||||
--gc enable to run some cleanup tasks (remove unused cache files) after the build
|
--gc enable to run some cleanup tasks (remove unused cache files) after the build
|
||||||
-h, --help help for new
|
-h, --help help for new
|
||||||
--i18n-warnings print missing translations
|
|
||||||
--ignoreCache ignores the cache directory
|
--ignoreCache ignores the cache directory
|
||||||
-k, --kind string content type to create
|
-k, --kind string content type to create
|
||||||
-l, --layoutDir string filesystem path to layout directory
|
-l, --layoutDir string filesystem path to layout directory
|
||||||
@ -48,6 +47,7 @@ hugo new [path] [flags]
|
|||||||
--noTimes don't sync modification time of files
|
--noTimes don't sync modification time of files
|
||||||
--panicOnWarning panic on first WARNING log
|
--panicOnWarning panic on first WARNING log
|
||||||
--poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
|
--poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
|
||||||
|
--printI18nWarnings print missing translations
|
||||||
--printMemoryUsage print memory usage to screen at intervals
|
--printMemoryUsage print memory usage to screen at intervals
|
||||||
--printPathWarnings print warnings on duplicate target paths etc.
|
--printPathWarnings print warnings on duplicate target paths etc.
|
||||||
--templateMetrics display metrics about template executions
|
--templateMetrics display metrics about template executions
|
||||||
|
@ -47,7 +47,6 @@ hugo server [flags]
|
|||||||
--forceSyncStatic copy all files when static is changed.
|
--forceSyncStatic copy all files when static is changed.
|
||||||
--gc enable to run some cleanup tasks (remove unused cache files) after the build
|
--gc enable to run some cleanup tasks (remove unused cache files) after the build
|
||||||
-h, --help help for server
|
-h, --help help for server
|
||||||
--i18n-warnings print missing translations
|
|
||||||
--ignoreCache ignores the cache directory
|
--ignoreCache ignores the cache directory
|
||||||
-l, --layoutDir string filesystem path to layout directory
|
-l, --layoutDir string filesystem path to layout directory
|
||||||
--liveReloadPort int port for live reloading (i.e. 443 in HTTPS proxy situations) (default -1)
|
--liveReloadPort int port for live reloading (i.e. 443 in HTTPS proxy situations) (default -1)
|
||||||
@ -61,6 +60,7 @@ hugo server [flags]
|
|||||||
--panicOnWarning panic on first WARNING log
|
--panicOnWarning panic on first WARNING log
|
||||||
--poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
|
--poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
|
||||||
-p, --port int port on which the server will listen (default 1313)
|
-p, --port int port on which the server will listen (default 1313)
|
||||||
|
--printI18nWarnings print missing translations
|
||||||
--printMemoryUsage print memory usage to screen at intervals
|
--printMemoryUsage print memory usage to screen at intervals
|
||||||
--printPathWarnings print warnings on duplicate target paths etc.
|
--printPathWarnings print warnings on duplicate target paths etc.
|
||||||
--renderToDisk render to Destination path (default is render to memory & serve from there)
|
--renderToDisk render to Destination path (default is render to memory & serve from there)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user