Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
c313ac10
Commit
c313ac10
authored
May 18, 2018
by
Theophile GENTILHOMME
Browse files
[toolchains] Remove old documentation
And add missing - draw -command documention
parent
a47d0315
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/toolchains.py
View file @
c313ac10
...
...
@@ -25,7 +25,6 @@
# #
###############################################################################
import
click
from
.
import
common
...
...
@@ -220,6 +219,7 @@ def rm(ctx, name):
'current directory)'
,
type
=
click
.
Path
())
@
click
.
pass_context
def
draw
(
ctx
,
name
,
path
):
'''Creates a visual representation of the toolchain'''
return
common
.
dot_diagram
(
ctx
.
meta
[
'config'
].
path
,
'toolchain'
,
name
,
path
,
[]
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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