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

yaegi - Yet Another Elegant Go Interpreter

Author

        This manpage was written by Nilesh Patra for the Debian distribution and
        can be used for any other usage of the program.

yaegi 0.9.21                                       August 2021                                          YAEGI(1)

Description

       Yaegi is a Go interpreter.

       Usage:

              yaegi [command] [arguments]

       The commands are:

       extract
              generate a wrapper file from a source package

       help   print usage information

       run    execute a Go program from source

       test   execute test functions in a Go package

       version
              print version

       Use "yaegi help <command>" for more information about a command.

       If no command is given or if the first argument is not a command, then the run command is assumed.

Name

       yaegi - Yet Another Elegant Go Interpreter

See Also