Sparrow6.git | .tomty/ | plain-check-trailing-spaces.raku


#!perl6 

use Sparrow6::Task::Runner;

Sparrow6::Task::Runner::Api.new(
  name  => "plain-check-trailing-spaces",
  do-test => True,
  show-test-result => True,
  root  => "examples/tasks/",
  task => "plain-check-trailing-spaces",
).task-run;