cli #13
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
test/execute
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
squel/steam-manifest!13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "squel/cli"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
version commandto clibased on part of squel/steam-manifest#11 and squel/steam-manifest#12
be9d7c5d36to66ccfd4de7resolving conflics with 66ccfd4de7b1932e84b27f89c6c9d1fc835b7547
66ccfd4de7to56a484e8c6again, resolving conflicts with
56a484e8c6@ -20,0 +55,4 @@Usage: "decode the manifest into a GNU Coreutils-compatible output",Action: func(cCtx *cli.Context) error {for _, inputfile := range cCtx.Args().Slice() {val, err := decoder.DecodeManifest(might want to call an external function like
decode(), ideally in another file to avoid this nesting and having large functionality in theseActionblocks...