Skip to content

File input/outputs as arguments / optionParser #1

Description

@derwiki

instead of using pipes, it might be more performant to take the input and output files as arguments (in the case you're reading from a file or writing to a file -- if not, use standard unix redirection)

ex: json2csv.py -i input.json -o output.json

At this point, option parsing is complicated enough that we should move to a full optionParser

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions