File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
plugins/plugin-client-default/src Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,15 @@ import { productName } from '@kui-shell/client/config.d/name.json'
36
36
*/
37
37
// const welcomeBit = 'plugin-client-default.welcome-was-dismissed'
38
38
39
+ // to replay a guidebook on startup, add this <Kui/> property
40
+ // commandLine={
41
+ // props.commandLine || [
42
+ // 'replay',
43
+ // // '-r', // with this, AnimalApp opens showing only the animalapp.json notebook
44
+ // '/kui/welcome.md'
45
+ // ]
46
+ // }
47
+
39
48
/**
40
49
* Format our body, with extra status stripe widgets
41
50
* - <CurrentGitBranch />
@@ -51,13 +60,6 @@ export default function renderMain(props: KuiProps) {
51
60
{ ...props }
52
61
toplevel = { ! Capabilities . inBrowser ( ) && < Search /> }
53
62
guidebooks = { guidebooks . submenu }
54
- commandLine = {
55
- props . commandLine || [
56
- 'replay' ,
57
- // '-r', // with this, AnimalApp opens showing only the animalapp.json notebook
58
- '/kui/welcome.md'
59
- ]
60
- }
61
63
>
62
64
< ContextWidgets >
63
65
< CurrentWorkingDirectory />
You can’t perform that action at this time.
0 commit comments