File: plac_runner.py.1

package info (click to toggle)
python-plac 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 620 kB
  • sloc: python: 2,185; lisp: 57; makefile: 30; sh: 20
file content (37 lines) | stat: -rw-r--r-- 981 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
.TH PLAC_RUNNER.PY "1" "December 2023" "plac_runner.py 1.4.1" "User Commands"
.SH NAME
plac_runner.py \- Smartest command line arguments parser in the world
.SH DESCRIPTION
usage: plac_runner.py [\-v] [\-i] [\-m] [\-s SERVE] [\-b] [\-t] [''] [extra ...]
.PP
Runner for plac tools, plac batch files and plac tests
.SS "positional arguments:"
.TP
\&''
script to run (.py or .plac or .placet)
.TP
extra
additional arguments
.SS "options:"
.TP
\fB\-v\fR, \fB\-\-verbose\fR
verbose mode
.TP
\fB\-i\fR, \fB\-\-interactive\fR
run plac tool in interactive mode
.TP
\fB\-m\fR, \fB\-\-multiline\fR
run plac tool in multiline mode
.TP
\fB\-s\fR SERVE, \fB\-\-serve\fR SERVE
run plac server
.TP
\fB\-b\fR, \fB\-\-batch\fR
run plac batch files
.TP
\fB\-t\fR, \fB\-\-test\fR
run plac test files
.SH AUTHOR
 This manpage was written by Ananthu C V for the Debian distribution and
 can be used for any other usage of the program.