refurb — A tool for refurbishing and modernizing Python codebases
Contents
Arguments
SRC A file or folder.
Description
This manual page documents briefly the refurb command.
This manual page was written for the Debian distribution because the original program does not have a
manual page.
refurb is atool for refurbishing and modernizing Python codebases.
Name
refurb — A tool for refurbishing and modernizing Python codebases
Options
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
A summary of options is included below.
-h--help
Show help message and exit.
-v--version
Print version information.
--debug
Print the AST representation of all files that where checked.
--quiet
Suppress default "--explain" suggestion when an error occurs.
--ignoreERR
Ignore an error. Can be repeated.
--loadMODULE
Add a module to the list of paths to be searched when looking for checks. Can be repeated.
Synopsis
refurb [-h] [-v] [--debug] [--quiet] [--ignoreERR][--loadMODULE][SRC ...]
