From a119f4c5e68a33ad00aa2da5eaa26a598d2355ea Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 20 Jan 2023 13:32:57 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- Viewer/features/cli.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Viewer/features/cli.js b/Viewer/features/cli.js index 9a9eab33..77915e1e 100755 --- a/Viewer/features/cli.js +++ b/Viewer/features/cli.js @@ -178,6 +178,12 @@ var CLIActions = actions.Actions({ // XXX SETUP revise default... setupFeatures: ['- System/', + core.doc`Load required features. + + NOTE: this is hete because cli is designed to be loaded in a very + limited context and for some actions will need additional + features. + `, function(...tags){ var features = this.features.FeatureSet requirejs('features/all')