Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text updates to command descriptions and product names #4660

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
CLI title updates from SEO consultant
  • Loading branch information
perrygovier committed Mar 24, 2021
commit 0530ac8133ae0271ff876fbd5164cd7c4b664127
2 changes: 1 addition & 1 deletion packages/@ionic/cli/src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class BuildCommand extends Command implements CommandPreRun {
return {
name: 'build',
type: 'project',
summary: 'Build web assets and prepare your app for any platform targets',
summary: 'Build for Android, iOS, and other Platform Targets',
description,
footnotes,
groups,
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/cli/src/commands/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class GenerateCommand extends Command implements CommandPreRun {
return {
name: 'generate',
type: 'project',
summary: 'Automatically create framework features',
summary: 'Create Pages, Components, & Framework Features',
description,
footnotes,
inputs,
Expand Down