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

plac_runner.py - Smartest command line arguments parser in the world

Author

        This manpage was written by Ananthu C V for the Debian distribution and
        can be used for any other usage of the program.

plac_runner.py 1.4.1                              December 2023                                PLAC_RUNNER.PY(1)

Description

       usage: plac_runner.py [-v] [-i] [-m] [-s SERVE] [-b] [-t] [''] [extra ...]

       Runner for plac tools, plac batch files and plac tests

   positionalarguments:
       ''     script to run (.py or .plac or .placet)

       extra  additional arguments

   options:-v, --verbose
              verbose mode

       -i, --interactive
              run plac tool in interactive mode

       -m, --multiline
              run plac tool in multiline mode

       -s SERVE, --serve SERVE
              run plac server

       -b, --batch
              run plac batch files

       -t, --test
              run plac test files

Name

       plac_runner.py - Smartest command line arguments parser in the world

See Also