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
memoriav
Memobase 2020
services
Deletion Components
Import Process Delete
Commits
4c8dda2b
Unverified
Commit
4c8dda2b
authored
Nov 25, 2020
by
Sebastian Schüpbach
Browse files
change session opt to arg
parent
bd14bf39
Pipeline
#17822
passed with stages
in 5 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/ch/memobase/ArgParser.scala
View file @
4c8dda2b
...
...
@@ -65,10 +65,9 @@ trait ArgParser {
.
text
(
"retains only records processed before timestamp"
)
.
maxOccurs
(
1
)
.
optional
(),
opt
[
String
](
"<session-id>"
)
arg
[
String
](
"<session-id>"
)
.
action
((
v
,
c
)
=>
c
.
copy
(
sessionId
=
v
))
.
text
(
"session id assigned to delete message"
)
.
unbounded
()
.
required
(),
help
(
"help"
).
text
(
"prints this text"
)
)
...
...
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