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
9530537e
Commit
9530537e
authored
May 18, 2018
by
Theophile GENTILHOMME
Browse files
[setup] Add toolchains commands entry points
parent
34b7ad54
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
9530537e
...
...
@@ -65,6 +65,7 @@ setup(
'algorithms = beat.cmdline.algorithms:algorithms'
,
'plotters = beat.cmdline.plotters:plotters'
,
'plotterparameters = beat.cmdline.plotterparameters:plotterparameters'
,
'toolchains = beat.cmdline.toolchains:toolchains'
,
],
'beat.config.cli'
:
[
'show = beat.cmdline.config:show'
,
...
...
@@ -124,7 +125,7 @@ setup(
'version = beat.cmdline.algorithms:version'
,
'fork = beat.cmdline.algorithms:fork'
,
'rm = beat.cmdline.algorithms:rm'
,
'execute = beat.cmdline.algorithms:
exec
execute
e
'
,
'execute = beat.cmdline.algorithms:execute'
,
],
'beat.plotters.cli'
:
[
'list = beat.cmdline.plotters:list'
,
...
...
@@ -145,6 +146,19 @@ setup(
'fork = beat.cmdline.plotterparameters:fork'
,
'rm = beat.cmdline.plotterparameters:rm'
,
],
'beat.toolchains.cli'
:
[
'list = beat.cmdline.toolchains:list'
,
'check = beat.cmdline.toolchains:check'
,
'pull = beat.cmdline.toolchains:pull'
,
'push = beat.cmdline.toolchains:push'
,
'diff = beat.cmdline.toolchains:diff'
,
'status = beat.cmdline.toolchains:status'
,
'create = beat.cmdline.toolchains:create'
,
'version = beat.cmdline.toolchains:version'
,
'fork = beat.cmdline.toolchains:fork'
,
'rm = beat.cmdline.toolchains:rm'
,
'draw = beat.cmdline.toolchains:draw'
,
],
},
classifiers
=
[
...
...
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