.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "NUDATUS" "1" "December 2018" "0.0.5" "User Commands" .hy .SH NAME .PP \f[B]nudatus\f[R] - remove comments from Python 3 scripts .SH SYNOPSIS .PP \f[B]nudatus\f[R] \f[I]input\f[R] [\f[I]output\f[R]] .PP \f[B]nudatus\f[R] \f[B]--version\f[R] .PP \f[B]nudatus\f[R] \f[B]-h\f[R] .SH DESCRIPTION .PP nudatus is a utility to remove comments from Python 3 scripts. .PP nudatus was created to help fit longer, heavily-documented Python programs onto the micro:bit single-board computer (SBC), but it should be suitable for similar platforms with restricted storage capacity. .SH ARGUMENTS .TP input a Python script to remove comments from .TP output a file to write the stripped Python script to. If output is not specified, output will be written to STDOUT. .SH OPTIONS .TP --version print version number and exit .TP -h print help, then exit .SH EXAMPLES .PP Remove comments from the script script.py and write the stripped file to script-min.py: .IP .nf \f[C] nudatus script.py script-min.py \f[R] .fi .SH REPORTING BUGS .PP Upstream bug tracker: https://github.com/ZanderBrown/nudatus/issues .SH COPYRIGHT .PP Copyright 2018 Zander Brown .SH AUTHOR .PP This manual page was created by Nick Morrott for the Debian GNU/Linux system, but may be used by others. .SH SEE ALSO .PP \f[B]mu-editor\f[R](1), \f[B]uflash\f[R](1)