Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
acc1aeed
Commit
acc1aeed
authored
Mar 06, 2018
by
SOLIMAN Sylvain
Browse files
missing commands with variable arity in commands.py
parent
324b13ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
about.pl
View file @
acc1aeed
...
...
@@ -8,7 +8,7 @@
about
/
0
]).
version
(
'4.1.
3
'
).
version
(
'4.1.
4
'
).
copyright
(
'Copyright (C) 2003-2018 Inria, EPI Lifeware, Saclay-Île de France, France'
...
...
commandline.pl
View file @
acc1aeed
...
...
@@ -103,7 +103,8 @@ option('', '--list-commands', [], []) :-
forall
(
(
current_functor
(
Functor
,
Arity
),
predicate_info
(
Functor
/
Arity
,
_ArgumentTypes
,
_
,
yes
,
_
)
predicate_info
(
Functor
/
Arity
,
_ArgumentTypes
,
_
,
BiochamCommand
,
_
),
member
(
BiochamCommand
,
[
yes
,
variantargs
])
),
(
% Pred =.. [Functor | ArgumentTypes],
...
...
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