Provided by: libcatmandu-perl_0.9505-1_all 

NAME
Catmandu::Cmd::run - run a fix command
EXAMPLES
# Run an interactive Fix shell
$ catmandu run
# Execute the fix script
$ catmandu run myfixes.txt
# Or create an execurable fix script:
#!/usr/bin/env catmandu run
do importer(Mock,size:10)
add_field(foo,bar)
end
perl v5.22.1 2016-02-09 Catmandu::Cmd::run(3pm)