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
984a1942
Commit
984a1942
authored
Oct 16, 2019
by
Samuel GAIST
Browse files
[plotterparameters] Add diff support
parent
cf493f66
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/plotterparameters.py
View file @
984a1942
...
...
@@ -99,6 +99,7 @@ def plotterparameters(ctx):
"""Plotterparameters commands"""
ctx
.
meta
[
"asset_type"
]
=
"plotterparameter"
ctx
.
meta
[
"diff_fields"
]
=
[
"data"
]
CMD_LIST
=
[
...
...
@@ -110,6 +111,7 @@ CMD_LIST = [
"create"
,
"version"
,
"fork"
,
"diff"
,
(
"rm"
,
"rm_local"
),
]
...
...
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