Skip to content
GitLab
Menu
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
1f6bbfb4
Commit
1f6bbfb4
authored
May 29, 2018
by
Theophile GENTILHOMME
Browse files
[setup] Add path and edit commands
parent
ff755e37
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
1f6bbfb4
...
...
@@ -80,6 +80,8 @@ setup(
],
'beat.databases.cli'
:
[
'list = beat.cmdline.databases:list'
,
'path = beat.cmdline.databases:path'
,
'edit = beat.cmdline.databases:edit'
,
'check = beat.cmdline.databases:check'
,
'pull = beat.cmdline.databases:pull'
,
'push = beat.cmdline.databases:push'
,
...
...
@@ -105,6 +107,8 @@ setup(
],
'beat.libraries.cli'
:
[
'list = beat.cmdline.libraries:list'
,
'path = beat.cmdline.libraries:path'
,
'edit = beat.cmdline.libraries:edit'
,
'check = beat.cmdline.libraries:check'
,
'pull = beat.cmdline.libraries:pull'
,
'push = beat.cmdline.libraries:push'
,
...
...
@@ -117,6 +121,8 @@ setup(
],
'beat.algorithms.cli'
:
[
'list = beat.cmdline.algorithms:list'
,
'path = beat.cmdline.algorithms:path'
,
'edit = beat.cmdline.algorithms:edit'
,
'check = beat.cmdline.algorithms:check'
,
'pull = beat.cmdline.algorithms:pull'
,
'push = beat.cmdline.algorithms:push'
,
...
...
@@ -130,6 +136,8 @@ setup(
],
'beat.plotters.cli'
:
[
'list = beat.cmdline.plotters:list'
,
'path = beat.cmdline.plotters:path'
,
'edit = beat.cmdline.plotters:edit'
,
'check = beat.cmdline.plotters:check'
,
'pull = beat.cmdline.plotters:pull'
,
'plot = beat.cmdline.plotters:plot'
,
...
...
@@ -140,6 +148,8 @@ setup(
],
'beat.plotterparameters.cli'
:
[
'list = beat.cmdline.plotterparameters:list'
,
'path = beat.cmdline.plotterparameters:path'
,
'edit = beat.cmdline.plotterparameters:edit'
,
'check = beat.cmdline.plotterparameters:check'
,
'pull = beat.cmdline.plotterparameters:pull'
,
'create = beat.cmdline.plotterparameters:create'
,
...
...
@@ -149,6 +159,8 @@ setup(
],
'beat.toolchains.cli'
:
[
'list = beat.cmdline.toolchains:list'
,
'path = beat.cmdline.toolchains:path'
,
'edit = beat.cmdline.toolchains:edit'
,
'check = beat.cmdline.toolchains:check'
,
'pull = beat.cmdline.toolchains:pull'
,
'push = beat.cmdline.toolchains:push'
,
...
...
@@ -164,6 +176,8 @@ setup(
'run = beat.cmdline.experiments:run'
,
'caches = beat.cmdline.experiments:caches'
,
'list = beat.cmdline.experiments:list'
,
'path = beat.cmdline.experiments:path'
,
'edit = beat.cmdline.experiments:edit'
,
'check = beat.cmdline.experiments:check'
,
'pull = beat.cmdline.experiments:pull'
,
'push = beat.cmdline.experiments:push'
,
...
...
Write
Preview
Supports
Markdown
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