Add --channel flag
Dependencies
- [2]
KZ4XMKSPMake a temporary clone of the repository - [3]
RTQQLOCOUse real metadata, but no content yet - [*]
Y7VFVY6EInitial dummy version
Change contents
- edit in main.go at line 15[2.90][5.73]
var channel = flag.String("channel", "main", "which channel to export") - replacement in main.go at line 56
_, err = exec.Command("pijul", "clone", *repo, tempRepo).Output()_, err = exec.Command("pijul", "clone", "--channel", *channel, *repo, tempRepo).Output()