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
934e5b0f
Commit
934e5b0f
authored
May 08, 2019
by
Samuel GAIST
Browse files
[protocoltemplates] Remove fork command
parent
40b4e010
Changes
1
Show whitespace changes
Inline
Side-by-side
beat/cmdline/protocoltemplates.py
View file @
934e5b0f
...
...
@@ -56,15 +56,6 @@ def protocoltemplates(ctx):
ctx
.
meta
[
"asset_type"
]
=
"protocoltemplate"
CMD_LIST
=
[
"list"
,
"path"
,
"edit"
,
"check"
,
"create"
,
"version"
,
"fork"
,
(
"rm"
,
"rm_local"
),
]
CMD_LIST
=
[
"list"
,
"path"
,
"edit"
,
"check"
,
"create"
,
"version"
,
(
"rm"
,
"rm_local"
)]
commands
.
initialise_asset_commands
(
protocoltemplates
,
CMD_LIST
)
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