File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ or --js flags.)
202202 const { projectDir } = this . createdProjectData ;
203203 const relativePath = path . relative ( process . cwd ( ) , projectDir ) ;
204204 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 \`` ) ;
206206 }
207207}
208208
Original file line number Diff line number Diff line change @@ -129,10 +129,6 @@ export class HelpService implements IHelpService {
129129
130130 public async showCommandLineHelp ( commandData : ICommandData ) : Promise < void > {
131131 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-
136132 this . $logger . printMarkdown ( help ) ;
137133 }
138134
You can’t perform that action at this time.
0 commit comments