File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ or --js flags.)
202
202
const { projectDir } = this . createdProjectData ;
203
203
const relativePath = path . relative ( process . cwd ( ) , projectDir ) ;
204
204
this . $logger . printMarkdown ( `Now you can navigate to your project with \`$ cd ${ relativePath } \`` ) ;
205
- this . $logger . printMarkdown ( `After that you can run it on device/emulator by executing \`$ tns run <platform> \`` ) ;
205
+ this . $logger . printMarkdown ( `After that you can preview it on device by executing \`$ tns preview \`` ) ;
206
206
}
207
207
}
208
208
Original file line number Diff line number Diff line change @@ -129,10 +129,6 @@ export class HelpService implements IHelpService {
129
129
130
130
public async showCommandLineHelp ( commandData : ICommandData ) : Promise < void > {
131
131
const help = await this . getCommandLineHelpForCommand ( commandData ) ;
132
- if ( this . $staticConfig . FULL_CLIENT_NAME ) {
133
- this . $logger . info ( this . $staticConfig . FULL_CLIENT_NAME . green . bold + EOL ) ;
134
- }
135
-
136
132
this . $logger . printMarkdown ( help ) ;
137
133
}
138
134
You can’t perform that action at this time.
0 commit comments