Skip to content

Multiple Directory Input #34

Description

@johnpatek

hyperpack currently has the following CLI usage pattern:

hyperpack -o <archive path><directory>

This should be modified to allow users to specify multiple directories. The resulting pattern would be:

hyperpack -o <archive path><directory0> [<directory1> ... <directoryN>]

Semantically, it would be best to keep things simple, which means process directories in the order they are specified. So in the case that we have dir_x/index.html and dir_y/index.html, for the path /index.html, the index.html from dir_y will overwrite the one from dir_x.

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions