Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
b322fdd5
Commit
b322fdd5
authored
Jul 12, 2019
by
Tim Sneath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update precache help
parent
a429991a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
precache.dart
packages/flutter_tools/lib/src/commands/precache.dart
+8
-8
No files found.
packages/flutter_tools/lib/src/commands/precache.dart
View file @
b322fdd5
...
...
@@ -16,21 +16,21 @@ class PrecacheCommand extends FlutterCommand {
argParser
.
addFlag
(
'force'
,
abbr:
'f'
,
negatable:
false
,
help:
'Force downloading of artifacts.'
);
argParser
.
addFlag
(
'android'
,
negatable:
true
,
defaultsTo:
true
,
help:
'Precache artifacts for Android development'
);
help:
'Precache artifacts for Android development
.
'
);
argParser
.
addFlag
(
'ios'
,
negatable:
true
,
defaultsTo:
true
,
help:
'Precache artifacts for iOS develop
emnt
'
);
help:
'Precache artifacts for iOS develop
ment.
'
);
argParser
.
addFlag
(
'web'
,
negatable:
true
,
defaultsTo:
false
,
help:
'Precache artifacts for web development'
);
help:
'Precache artifacts for web development
.
'
);
argParser
.
addFlag
(
'linux'
,
negatable:
true
,
defaultsTo:
false
,
help:
'Precache artifacts for
linux desktop development
'
);
help:
'Precache artifacts for
Linux desktop development.
'
);
argParser
.
addFlag
(
'windows'
,
negatable:
true
,
defaultsTo:
false
,
help:
'Precache artifacts for
windows desktop development
'
);
help:
'Precache artifacts for
Windows desktop development.
'
);
argParser
.
addFlag
(
'macos'
,
negatable:
true
,
defaultsTo:
false
,
help:
'Precache artifacts for macOS desktop development'
);
help:
'Precache artifacts for macOS desktop development
.
'
);
argParser
.
addFlag
(
'fuchsia'
,
negatable:
true
,
defaultsTo:
false
,
help:
'Precache artifacts for Fuchsia development'
);
help:
'Precache artifacts for Fuchsia development
.
'
);
argParser
.
addFlag
(
'universal'
,
negatable:
true
,
defaultsTo:
true
,
help:
'Precache artifacts required for a
ll developments
'
);
help:
'Precache artifacts required for a
ny development platform.
'
);
}
@override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment