search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Autoflake Commands

17 autoflake entries

Limited to 100 results

Back to all tools
autoflake

Autoflake Command: Remove Unused Imports From Multiple Files

autoflake --remove-all-unused-imports <path/to/file1.py path/to/file2.py ...>
autoflake

Autoflake Command: Remove Unused Imports Multiple Files

autoflake --remove-all-unused-imports <path/to/file1.py path/to/file2.py ...>
autoflake

Autoflake Command: Remove Unused Imports Multiple Files Diff

autoflake --remove-all-unused-imports <path/to/file1.py path/to/file2.py ...>
autoflake

Autoflake Command: Remove Unused Imports Multiple Files Display Diffs

autoflake --remove-all-unused-imports <path/to/file1.py path/to/file2.py ...>
autoflake

Autoflake Command: Remove Unused Variables From Single File

autoflake --remove-unused-variables <path/to/file.py>
autoflake

Autoflake Command: Remove Unused Variables In Place From File

autoflake --remove-unused-variables --in-place <path/to/file.py>
autoflake

Autoflake Command: Remove Unused Variables In Place Recursively From Directory

autoflake --remove-unused-variables --in-place --recursive <path/to/directory>
autoflake

Autoflake Command: Remove Unused Variables Overwrite

autoflake --remove-unused-variables --in-place <path/to/file.py>
autoflake

Autoflake Command: Remove Unused Variables Overwrite File

autoflake --remove-unused-variables --in-place <path/to/file.py>
autoflake

Autoflake Command: Remove Unused Variables Recursive

autoflake --remove-unused-variables --in-place --recursive <path/to/directory>
autoflake

Autoflake Command: Remove Unused Variables Recursive Directory In Place

autoflake --remove-unused-variables --in-place --recursive <path/to/directory>
autoflake

Autoflake Command: Remove Unused Variables Recursive In Place

autoflake --remove-unused-variables --in-place --recursive <path/to/directory>
autoflake

Autoflake Command: Remove Unused Variables Recursively Overwrite Directory

autoflake --remove-unused-variables --in-place --recursive <path/to/directory>
autoflake

Autoflake Command: Remove Unused Variables Single File

autoflake --remove-unused-variables <path/to/file.py>
autoflake

Autoflake Command: Remove Unused Variables Single File Diff

autoflake --remove-unused-variables <path/to/file.py>
autoflake

Autoflake Command: Remove Unused Variables Single File Display Diff

autoflake --remove-unused-variables <path/to/file.py>
autoflake

Autoflake Command: Remove Unused Variables Single File In Place

autoflake --remove-unused-variables --in-place <path/to/file.py>