Support multiple paths and filepaths #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
potodo will take always the last path into account -- in the example below it analyzes only
tutorialpath ignoring thelibrarypathpotodo breaks with
NotADirectoryErrorwhile trying to read a cache, when invoked with a filepath, example:I would expect it to print something similar to as follows:
With two above features we would be able to track PEP 545 requirements with a single potodo invocation:
So, multiple path is done:
but multiple files is not.