Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
1967071d
Commit
1967071d
authored
Oct 05, 2018
by
Cristian Maglie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed inline help typos
Fix #55
parent
4379a60f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
commands/core/download.go
commands/core/download.go
+2
-2
commands/core/list.go
commands/core/list.go
+1
-1
No files found.
commands/core/download.go
View file @
1967071d
...
...
@@ -35,8 +35,8 @@ func initDownloadCommand() *cobra.Command {
Short
:
"Downloads one or more cores and corresponding tool dependencies."
,
Long
:
"Downloads one or more cores and corresponding tool dependencies."
,
Example
:
""
+
" "
+
commands
.
AppName
+
"core download arduino:samd # to download the latest version of arduino SAMD core.
\n
"
+
" "
+
commands
.
AppName
+
"core download arduino:samd=1.6.9 # for a specific version (in this case 1.6.9)."
,
" "
+
commands
.
AppName
+
"
core download arduino:samd # to download the latest version of arduino SAMD core.
\n
"
+
" "
+
commands
.
AppName
+
"
core download arduino:samd=1.6.9 # for a specific version (in this case 1.6.9)."
,
Args
:
cobra
.
MinimumNArgs
(
1
),
Run
:
runDownloadCommand
,
}
...
...
commands/core/list.go
View file @
1967071d
...
...
@@ -31,7 +31,7 @@ func initListCommand() *cobra.Command {
Use
:
"list"
,
Short
:
"Shows the list of installed platforms."
,
Long
:
"Shows the list of installed platforms."
,
Example
:
" "
+
commands
.
AppName
+
"core list"
,
Example
:
" "
+
commands
.
AppName
+
"
core list"
,
Args
:
cobra
.
NoArgs
,
Run
:
runListCommand
,
}
...
...
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