Skip to content

Commit 4ed5961

Browse files
committed
.
1 parent 9a56176 commit 4ed5961

File tree

1 file changed

+0
-5
lines changed
  • module/move/willbe/src/command

1 file changed

+0
-5
lines changed

module/move/willbe/src/command/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,6 @@ with_gitpod: If set to 1, a column with a link to Gitpod will be added. Clicking
196196
.kind( Type::Number )
197197
.optional( true )
198198
.end()
199-
.property( "with_progress" )
200-
.hint( "If true, will display progressbar during the tests. Default is `true`. ! Work only with `progress_bar` feature !")
201-
.kind( Type::Bool )
202-
.optional( true )
203-
.end()
204199
.routine( command::test )
205200
.end()
206201

0 commit comments

Comments
 (0)