jakobkmar / pacmc

An easy-to-use package manager (and soon to be launcher) for Minecraft mods.
GNU Affero General Public License v3.0
121 stars 9 forks source link

pacmc list command not working as expected when not using default archive #56

Closed rvveber closed 2 years ago

rvveber commented 2 years ago

My archive name: "client" Subcommand in question: "list" Expectation:

Upon specifying archive to list the contents of, receive a list of contents of archive. basic. simple. intuitive.

What happens instead:

> pacmc list client
Usage: pacmc list [OPTIONS]

Error: Got unexpected extra argument (client)
> pacmc list
The archive '.minecraft' contains the following content:
The given archive '.minecraft' does not exist
Try running pacmc archive init to automatically detect the '.minecraft' folder.
rvveber commented 2 years ago

this is already there with the -a flag.. oopsie my bad. closed.