Skip to content

Validate files using argparse automatically #28

@JarredAllen

Description

@JarredAllen

The argparse module which the code uses to allow files to be passed as arguments currently takes the file names as strings and then opens them manually. Arparse can automate that using FileType objects, which would make file checking more robust and decrease the size and complexity of the codebase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions