Skip to content

Commit

Permalink
Do not mark clear-permissions as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Nov 3, 2024
1 parent 0800f4e commit b59aaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/patrol_cli/lib/src/runner/patrol_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ abstract class PatrolCommand extends Command<int> {
..addFlag(
'clear-permissions',
help:
'*Experimental* Clear permissions available through XCUIProtectedResource API before running each test.',
'Clear permissions available through XCUIProtectedResource API before running each test.',
negatable: false,
);
}
Expand Down

0 comments on commit b59aaa3

Please sign in to comment.