### Describe the feature or problem you’d like to solve I can archive repos with ```console $ gh repo archive [<repository>] ``` but I didn't find a command to unarchive repos. ### Proposed solution Add an `unarchive` subcommand ```console $ gh repo unarchive [<repository>] ```