> vpxtool help assemble`
Assembles a vpx file
Usage: vpxtool assemble [OPTIONS] <DIRPATH> [VPXPATH]
Arguments:
<DIRPATH> The path to the extracted vpx structure
[VPXPATH] Optional path of the VPX file to assemble to. Defaults to <DIRPATH>.vpx.
Options:
-f, --force Do not ask for confirmation before overwriting existing files
-h, --help Print help
Example below
Also fixes the default file name bug. fixes #382