logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Cmd::run - run a fix command

Contents

Examples

         # Run an interactive Fix shell
         $ catmandu run

         # Execute the fix script
         $ catmandu run myfixes.txt

         # Execute the scripts with options passed
         $ catmandu run --var source=bla myfixes.txt
         $ cat myfixes.txt
         add_field(my_source,{{source}})

         # Or create an execurable fix script:

         #!/usr/bin/env catmandu run
         do importer(Mock,size:10)
           add_field(foo,bar)
           add_to_exporter(.,JSON)
         end

perl v5.40.0                                       2025-01-17                            Catmandu::Cmd::run(3pm)

Name

       Catmandu::Cmd::run - run a fix command

See Also