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
vimazeno
mobipaleo
Commits
b4534ea3
Commit
b4534ea3
authored
Feb 09, 2022
by
Vincent Mazenod
Browse files
rename minig command
parent
2b07df3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Commands/MiningCommand.php
View file @
b4534ea3
...
...
@@ -33,7 +33,7 @@ class MiningCommand extends Command {
protected
function
configure
()
{
$this
->
setName
(
"mining"
)
$this
->
setName
(
"
app:
mining"
)
->
addArgument
(
'constraint'
,
InputArgument
::
REQUIRED
,
'constraint mining name ['
.
join
(
'|'
,
ConstraintMining
::
$constraintMiningChoices
)
.
']'
)
->
addArgument
(
'frequency'
,
InputArgument
::
REQUIRED
,
'frequency (should be a integer [0-100]'
)
->
addArgument
(
'file'
,
InputArgument
::
REQUIRED
,
'file path (can be relative from datasheets or absolute'
)
...
...
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